#C8CCB5

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

Shades of Harp #C8CCB5

Tints of Harp #C8CCB5

Color information

#C8CCB5 (or 0xC8CCB5) is unknown color: approx Harp. HEX triplet: C8, CC and B5. RGB value is (200,204,181). Sum of RGB (Red+Green+Blue) = 200+204+181=585 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.19% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CCB5 is #37334A. Grayscale: #C8C8C8. Windows color (decimal): -3617611 or 11914440. OLE color: 11914440.

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

Color convert

RGB200204181-
CMYK0.0200.110.2
HSL70.43º18.4%75.49%-
HSV(B)70.43º11.27%80%-
XYZ53.7558.852.23-
YUV200.18117.17127.87-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.19%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 181 (71.09% from 255) = 30.94%
R=34.19%
G=34.87%
B=30.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2002041810.0200.110.270.4318.475.49
HexC8CCB520B1446124b
Octal31031426520132410622113
Binary1100100011001100101101011001011101001000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCB5; }

 p { color: rgb(200,204,181); }

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

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

 a { background-color: rgb(200,204,181); }

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

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

 span { border-color: rgb(200,204,181); }

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