#C8CEBD

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

Shades of Harp #C8CEBD

Tints of Harp #C8CEBD

Color information

#C8CEBD (or 0xC8CEBD) is unknown color: approx Harp. HEX triplet: C8, CE and BD. RGB value is (200,206,189). Sum of RGB (Red+Green+Blue) = 200+206+189=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEBD is #373142. Grayscale: #CACACA. Windows color (decimal): -3617091 or 12439240. OLE color: 12439240.

HSL color Cylindrical-coordinate representation of color #C8CEBD: hue angle of 81.18º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8CEBD is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB200206189-
CMYK0.0300.080.19
HSL81.18º14.78%77.45%-
HSV(B)81.18º8.25%80.78%-
XYZ55.0860.156.84-
YUV202.27120.51126.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.61%
GREEN value IS 206 (80.86% from 255) = 34.62%
BLUE value IS 189 (74.22% from 255) = 31.76%
R=33.61%
G=34.62%
B=31.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002061890.0300.080.1981.1814.7877.45
HexC8CEBD3081351f4d
Octal31031627530102312117115
Binary110010001100111010111101110100010011101000111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEBD; }

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

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

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

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

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

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

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

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