#CBCCC0

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

Shades of Harp #CBCCC0

Tints of Harp #CBCCC0

Color information

#CBCCC0 (or 0xCBCCC0) is unknown color: approx Harp. HEX triplet: CB, CC and C0. RGB value is (203,204,192). Sum of RGB (Red+Green+Blue) = 203+204+192=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 204 - color contains mainly: green. Hex color #CBCCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCCC0 is #34333F. Grayscale: #CACACA. Windows color (decimal): -3420992 or 12635339. OLE color: 12635339.

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

Color convert

RGB203204192-
CMYK0.0000.060.2
HSL65º10.53%77.65%-
HSV(B)65º5.88%80%-
XYZ55.7459.6958.45-
YUV202.33122.17128.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.89%
GREEN value IS 204 (80.08% from 255) = 34.06%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=33.89%
G=34.06%
B=32.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2032041920.0000.060.26510.5377.65
HexCBCCC00061441b4e
Octal3133143000062410113116
Binary1100101111001100110000000011010100100000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCC0; }

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

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

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

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

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

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

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

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