#C8CEAF

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

Shades of Harp #C8CEAF

Tints of Harp #C8CEAF

Color information

#C8CEAF (or 0xC8CEAF) is unknown color: approx Harp. HEX triplet: C8, CE and AF. RGB value is (200,206,175). Sum of RGB (Red+Green+Blue) = 200+206+175=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAF is #373150. Grayscale: #C8C8C8. Windows color (decimal): -3617105 or 11521736. OLE color: 11521736.

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

Color convert

RGB200206175-
CMYK0.0300.150.19
HSL71.61º24.03%74.71%-
HSV(B)71.61º15.05%80.78%-
XYZ53.6359.5249.22-
YUV200.67113.51127.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.42%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=34.42%
G=35.46%
B=30.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002061750.0300.150.1971.6124.0374.71
HexC8CEAF30F1348184b
Octal31031625730172311030113
Binary1100100011001110101011111101111100111001000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CEAF; }

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

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

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

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

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

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

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

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