#CC967B

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

Shades of Feldspar #CC967B

Tints of Feldspar #CC967B

Color information

#CC967B (or 0xCC967B) is unknown color: approx Feldspar. HEX triplet: CC, 96 and 7B. RGB value is (204,150,123). Sum of RGB (Red+Green+Blue) = 204+150+123=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC967B is #336984. Grayscale: #A3A3A3. Windows color (decimal): -3369349 or 8099532. OLE color: 8099532.

HSL color Cylindrical-coordinate representation of color #CC967B: hue angle of 20º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC967B is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204150123-
CMYK00.260.400.2
HSL20º44.26%64.12%-
HSV(B)20º39.71%80%-
XYZ39.3836.0823.63-
YUV163.07105.39157.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.77%
GREEN value IS 150 (58.98% from 255) = 31.45%
BLUE value IS 123 (48.44% from 255) = 25.79%
R=42.77%
G=31.45%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415012300.260.400.22044.2664.12
HexCC967B01A2814142c40
Octal31422617303250242454100
Binary1100110010010110111101101101010100010100101001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC967B; }

 p { color: rgb(204,150,123); }

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

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

 a { background-color: rgb(204,150,123); }

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

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

 span { border-color: rgb(204,150,123); }

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