#CCCFBD

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

Shades of Harp #CCCFBD

Tints of Harp #CCCFBD

Color information

#CCCFBD (or 0xCCCFBD) is unknown color: approx Harp. HEX triplet: CC, CF and BD. RGB value is (204,207,189). Sum of RGB (Red+Green+Blue) = 204+207+189=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFBD is #333042. Grayscale: #CCCCCC. Windows color (decimal): -3354691 or 12439500. OLE color: 12439500.

HSL color Cylindrical-coordinate representation of color #CCCFBD: hue angle of 70º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCCFBD is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB204207189-
CMYK0.0100.090.19
HSL70º15.79%77.65%-
HSV(B)70º8.7%81.18%-
XYZ56.461.1456.97-
YUV204.05119.51127.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 189 (74.22% from 255) = 31.5%
R=34%
G=34.5%
B=31.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071890.0100.090.197015.7977.65
HexCCCFBD1091346104e
Octal31431727510112310620116
Binary110011001100111110111101101001100111000110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFBD; }

 p { color: rgb(204,207,189); }

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

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

 a { background-color: rgb(204,207,189); }

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

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

 span { border-color: rgb(204,207,189); }

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