#C8CBBD

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

Shades of Harp #C8CBBD

Tints of Harp #C8CBBD

Color information

#C8CBBD (or 0xC8CBBD) is unknown color: approx Harp. HEX triplet: C8, CB and BD. RGB value is (200,203,189). Sum of RGB (Red+Green+Blue) = 200+203+189=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBD is #373442. Grayscale: #C8C8C8. Windows color (decimal): -3617859 or 12438472. OLE color: 12438472.

HSL color Cylindrical-coordinate representation of color #C8CBBD: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C8CBBD is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB200203189-
CMYK0.0100.070.20
HSL72.86º11.86%76.86%-
HSV(B)72.86º6.9%79.61%-
XYZ54.3658.6756.6-
YUV200.51121.51127.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 189 (74.22% from 255) = 31.93%
R=33.78%
G=34.29%
B=31.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031890.0100.070.2072.8611.8676.86
HexC8CBBD1071449c4d
Octal3103132751072411114115
Binary1100100011001011101111011011110100100100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBBD; }

 p { color: rgb(200,203,189); }

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

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

 a { background-color: rgb(200,203,189); }

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

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

 span { border-color: rgb(200,203,189); }

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