#CBCCC5

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

Shades of Harp #CBCCC5

Tints of Harp #CBCCC5

Color information

#CBCCC5 (or 0xCBCCC5) is unknown color: approx Harp. HEX triplet: CB, CC and C5. RGB value is (203,204,197). Sum of RGB (Red+Green+Blue) = 203+204+197=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC5 is #34333A. Grayscale: #CACACA. Windows color (decimal): -3420987 or 12963019. OLE color: 12963019.

HSL color Cylindrical-coordinate representation of color #CBCCC5: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBCCC5 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB203204197-
CMYK0.0000.030.2
HSL68.57º6.42%78.63%-
HSV(B)68.57º3.43%80%-
XYZ56.359.9161.42-
YUV202.9124.67128.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=33.61%
G=33.77%
B=32.62%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041970.0000.030.268.576.4278.63
HexCBCCC5003144564f
Octal313314305003241056117
Binary11001011110011001100010100111010010001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCC5; }

 p { color: rgb(203,204,197); }

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

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

 a { background-color: rgb(203,204,197); }

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

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

 span { border-color: rgb(203,204,197); }

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