#C8CEBE

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

Shades of Harp #C8CEBE

Tints of Harp #C8CEBE

Color information

#C8CEBE (or 0xC8CEBE) is unknown color: approx Harp. HEX triplet: C8, CE and BE. RGB value is (200,206,190). Sum of RGB (Red+Green+Blue) = 200+206+190=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CEBE is #373141. Grayscale: #CACACA. Windows color (decimal): -3617090 or 12504776. OLE color: 12504776.

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

Color convert

RGB200206190-
CMYK0.0300.080.19
HSL82.5º14.04%77.65%-
HSV(B)82.5º7.77%80.78%-
XYZ55.1860.1457.41-
YUV202.38121.01126.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 206 (80.86% from 255) = 34.56%
BLUE value IS 190 (74.61% from 255) = 31.88%
R=33.56%
G=34.56%
B=31.88%

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
Decimal2002061900.0300.080.1982.514.0477.65
HexC8CEBE3081352e4e
Octal31031627630102312216116
Binary110010001100111010111110110100010011101001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEBE; }

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

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

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

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

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

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

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

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