#C8CDB5

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

Shades of Harp #C8CDB5

Tints of Harp #C8CDB5

Color information

#C8CDB5 (or 0xC8CDB5) is unknown color: approx Harp. HEX triplet: C8, CD and B5. RGB value is (200,205,181). Sum of RGB (Red+Green+Blue) = 200+205+181=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDB5 is #37324A. Grayscale: #C8C8C8. Windows color (decimal): -3617355 or 11914696. OLE color: 11914696.

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

Color convert

RGB200205181-
CMYK0.0200.120.20
HSL72.5º19.35%75.69%-
HSV(B)72.5º11.71%80.39%-
XYZ53.9959.2852.31-
YUV200.77116.84127.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.13%
GREEN value IS 205 (80.47% from 255) = 34.98%
BLUE value IS 181 (71.09% from 255) = 30.89%
R=34.13%
G=34.98%
B=30.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051810.0200.120.2072.519.3575.69
HexC8CDB520C1448134c
Octal31031526520142411023114
Binary1100100011001101101101011001100101001001000100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDB5; }

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

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

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

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

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

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

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

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