#CD8970

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

Shades of Feldspar #CD8970

Tints of Feldspar #CD8970

Color information

#CD8970 (or 0xCD8970) is unknown color: approx Feldspar. HEX triplet: CD, 89 and 70. RGB value is (205,137,112). Sum of RGB (Red+Green+Blue) = 205+137+112=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8970 is #32768F. Grayscale: #9A9A9A. Windows color (decimal): -3307152 or 7375309. OLE color: 7375309.

HSL color Cylindrical-coordinate representation of color #CD8970: hue angle of 16.13º 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 #CD8970 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205137112-
CMYK00.330.450.20
HSL16.13º48.19%62.16%-
HSV(B)16.13º45.37%80.39%-
XYZ37.0532.0419.56-
YUV154.48104.03164.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.15%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 112 (44.14% from 255) = 24.67%
R=45.15%
G=30.18%
B=24.67%

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
Decimal20513711200.330.450.2016.1348.1962.16
HexCD89700212D1410303e
Octal3152111600415524206076
Binary1100110110001001111000001000011011011010010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8970; }

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

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

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

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

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

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

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

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