#CCCFBE

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

Shades of Harp #CCCFBE

Tints of Harp #CCCFBE

Color information

#CCCFBE (or 0xCCCFBE) is unknown color: approx Harp. HEX triplet: CC, CF and BE. RGB value is (204,207,190). Sum of RGB (Red+Green+Blue) = 204+207+190=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 207 (81.25% from 255 or 34.44% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCFBE is #333041. Grayscale: #CCCCCC. Windows color (decimal): -3354690 or 12505036. OLE color: 12505036.

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

Color convert

RGB204207190-
CMYK0.0100.080.19
HSL70.59º15.04%77.84%-
HSV(B)70.59º8.21%81.18%-
XYZ56.5161.1857.55-
YUV204.16120.01127.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 207 (81.25% from 255) = 34.44%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=33.94%
G=34.44%
B=31.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071900.0100.080.1970.5915.0477.84
HexCCCFBE1081347f4e
Octal31431727610102310717116
Binary11001100110011111011111010100010011100011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFBE; }

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

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

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

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

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

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

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

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