#C8CFB6

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

Shades of Harp #C8CFB6

Tints of Harp #C8CFB6

Color information

#C8CFB6 (or 0xC8CFB6) is unknown color: approx Harp. HEX triplet: C8, CF and B6. RGB value is (200,207,182). Sum of RGB (Red+Green+Blue) = 200+207+182=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 182 (71.48% from 255 or 30.90% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFB6 is #373049. Grayscale: #CACACA. Windows color (decimal): -3616842 or 11980744. OLE color: 11980744.

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

Color convert

RGB200207182-
CMYK0.0300.120.19
HSL76.8º20.66%76.27%-
HSV(B)76.8º12.08%81.18%-
XYZ54.5860.2853.02-
YUV202.06116.68126.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.96%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 182 (71.48% from 255) = 30.90%
R=33.96%
G=35.14%
B=30.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071820.0300.120.1976.820.6676.27
HexC8CFB630C134d154c
Octal31031726630142311525114
Binary1100100011001111101101101101100100111001101101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFB6; }

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

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

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

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

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

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

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

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