#CCCFB9

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

Shades of Harp #CCCFB9

Tints of Harp #CCCFB9

Color information

#CCCFB9 (or 0xCCCFB9) is unknown color: approx Harp. HEX triplet: CC, CF and B9. RGB value is (204,207,185). Sum of RGB (Red+Green+Blue) = 204+207+185=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFB9 is #333046. Grayscale: #CBCBCB. Windows color (decimal): -3354695 or 12177356. OLE color: 12177356.

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

Color convert

RGB204207185-
CMYK0.0100.110.19
HSL68.18º18.64%76.86%-
HSV(B)68.18º10.63%81.18%-
XYZ55.9760.9754.72-
YUV203.6117.51128.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 185 (72.66% from 255) = 31.04%
R=34.23%
G=34.73%
B=31.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071850.0100.110.1968.1818.6476.86
HexCCCFB910B1344134d
Octal31431727110132310423115
Binary110011001100111110111001101011100111000100100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFB9; }

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

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

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

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

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

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

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

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