#C8CFB5

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

Shades of Harp #C8CFB5

Tints of Harp #C8CFB5

Color information

#C8CFB5 (or 0xC8CFB5) is unknown color: approx Harp. HEX triplet: C8, CF and B5. RGB value is (200,207,181). Sum of RGB (Red+Green+Blue) = 200+207+181=588 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.01% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 181 (71.09% from 255 or 30.78% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFB5 is #37304A. Grayscale: #CACACA. Windows color (decimal): -3616843 or 11915208. OLE color: 11915208.

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

Color convert

RGB200207181-
CMYK0.0300.130.19
HSL76.15º21.31%76.08%-
HSV(B)76.15º12.56%81.18%-
XYZ54.4760.2452.47-
YUV201.94116.18126.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.01%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 181 (71.09% from 255) = 30.78%
R=34.01%
G=35.20%
B=30.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071810.0300.130.1976.1521.3176.08
HexC8CFB530D134c154c
Octal31031726530152311425114
Binary1100100011001111101101011101101100111001100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFB5; }

 p { color: rgb(200,207,181); }

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

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

 a { background-color: rgb(200,207,181); }

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

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

 span { border-color: rgb(200,207,181); }

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