#C8CEB2

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

Shades of Harp #C8CEB2

Tints of Harp #C8CEB2

Color information

#C8CEB2 (or 0xC8CEB2) is unknown color: approx Harp. HEX triplet: C8, CE and B2. RGB value is (200,206,178). Sum of RGB (Red+Green+Blue) = 200+206+178=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEB2 is #37314D. Grayscale: #C9C9C9. Windows color (decimal): -3617102 or 11718344. OLE color: 11718344.

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

Color convert

RGB200206178-
CMYK0.0300.140.19
HSL72.86º22.22%75.29%-
HSV(B)72.86º13.59%80.78%-
XYZ53.9359.6450.79-
YUV201.01115.01127.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.25%
GREEN value IS 206 (80.86% from 255) = 35.27%
BLUE value IS 178 (69.92% from 255) = 30.48%
R=34.25%
G=35.27%
B=30.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002061780.0300.140.1972.8622.2275.29
HexC8CEB230E1349164b
Octal31031626230162311126113
Binary1100100011001110101100101101110100111001001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEB2; }

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

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

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

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

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

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

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

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