#CD8A70

Color #CD8A70 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #CD8A70

Tints of Feldspar #CD8A70

Color information

#CD8A70 (or 0xCD8A70) is unknown color: approx Feldspar. HEX triplet: CD, 8A and 70. RGB value is (205,138,112). Sum of RGB (Red+Green+Blue) = 205+138+112=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A70 is #32758F. Grayscale: #9B9B9B. Windows color (decimal): -3306896 or 7375565. OLE color: 7375565.

HSL color Cylindrical-coordinate representation of color #CD8A70: hue angle of 16.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD8A70 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205138112-
CMYK00.330.450.20
HSL16.77º48.19%62.16%-
HSV(B)16.77º45.37%80.39%-
XYZ37.1932.3319.61-
YUV155.07103.7163.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=45.05%
G=30.33%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513811200.330.450.2016.7748.1962.16
HexCD8A700212D1411303e
Octal3152121600415524216076
Binary1100110110001010111000001000011011011010010001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8A70; }

 p { color: rgb(205,138,112); }

 H1.HeaderClassName
 {
   color: #CD8A70;
 }
 .AnyTagClassName
 {
   color: #CD8A70;
 }
</style>
background-color css

<style>
 a { background-color: #CD8A70; }

 a { background-color: rgb(205,138,112); }

 div.DivClassName
 {
   background-color: #CD8A70;
 }
 .BgClassName
 {
   background-color: #CD8A70;
 }
</style>
border-color css

<style>
 span { border-color: #CD8A70; }

 span { border-color: rgb(205,138,112); }

 td.TdClassName
 {
   border-color: #CD8A70;
 }
 .TagClassName
 {
   border-color: #CD8A70;
 }
</style>