#C8CDBB

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

Shades of Harp #C8CDBB

Tints of Harp #C8CDBB

Color information

#C8CDBB (or 0xC8CDBB) is unknown color: approx Harp. HEX triplet: C8, CD and BB. RGB value is (200,205,187). Sum of RGB (Red+Green+Blue) = 200+205+187=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDBB is #373244. Grayscale: #C9C9C9. Windows color (decimal): -3617349 or 12307912. OLE color: 12307912.

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

Color convert

RGB200205187-
CMYK0.0200.090.20
HSL76.67º15.25%76.86%-
HSV(B)76.67º8.78%80.39%-
XYZ54.6259.5355.63-
YUV201.45119.84126.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.78%
GREEN value IS 205 (80.47% from 255) = 34.63%
BLUE value IS 187 (73.44% from 255) = 31.59%
R=33.78%
G=34.63%
B=31.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2002051870.0200.090.2076.6715.2576.86
HexC8CDBB209144df4d
Octal31031527320112411517115
Binary110010001100110110111011100100110100100110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CDBB; }

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

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

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

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

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

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

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

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