#C8CBBA

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

Shades of Harp #C8CBBA

Tints of Harp #C8CBBA

Color information

#C8CBBA (or 0xC8CBBA) is unknown color: approx Harp. HEX triplet: C8, CB and BA. RGB value is (200,203,186). Sum of RGB (Red+Green+Blue) = 200+203+186=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 203 (79.69% from 255 or 34.47% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 203 - color contains mainly: green. Hex color #C8CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CBBA is #373445. Grayscale: #C8C8C8. Windows color (decimal): -3617862 or 12241864. OLE color: 12241864.

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

Color convert

RGB200203186-
CMYK0.0100.080.20
HSL70.59º14.05%76.27%-
HSV(B)70.59º8.37%79.61%-
XYZ54.0458.5454.9-
YUV200.16120.01127.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 203 (79.69% from 255) = 34.47%
BLUE value IS 186 (73.05% from 255) = 31.58%
R=33.96%
G=34.47%
B=31.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002031860.0100.080.2070.5914.0576.27
HexC8CBBA1081447e4c
Octal31031327210102410716114
Binary11001000110010111011101010100010100100011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CBBA; }

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

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

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

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

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

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

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

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