#CC8970

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

Shades of Feldspar #CC8970

Tints of Feldspar #CC8970

Color information

#CC8970 (or 0xCC8970) is unknown color: approx Feldspar. HEX triplet: CC, 89 and 70. RGB value is (204,137,112). Sum of RGB (Red+Green+Blue) = 204+137+112=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8970 is #33768F. Grayscale: #9A9A9A. Windows color (decimal): -3372688 or 7375308. OLE color: 7375308.

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

Color convert

RGB204137112-
CMYK00.330.450.2
HSL16.3º47.42%61.96%-
HSV(B)16.3º45.1%80%-
XYZ36.7731.919.55-
YUV154.18104.2163.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=45.03%
G=30.24%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413711200.330.450.216.347.4261.96
HexCC89700212D14102f3e
Octal3142111600415524205776
Binary1100110010001001111000001000011011011010010000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8970; }

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

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

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

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

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

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

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

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