#C8CFBE

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

Shades of Harp #C8CFBE

Tints of Harp #C8CFBE

Color information

#C8CFBE (or 0xC8CFBE) is unknown color: approx Harp. HEX triplet: C8, CF and BE. RGB value is (200,207,190). Sum of RGB (Red+Green+Blue) = 200+207+190=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFBE is #373041. Grayscale: #CBCBCB. Windows color (decimal): -3616834 or 12505032. OLE color: 12505032.

HSL color Cylindrical-coordinate representation of color #C8CFBE: hue angle of 84.71º degrees, saturation: 0.15, 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 #C8CFBE is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB200207190-
CMYK0.0300.080.19
HSL84.71º15.04%77.84%-
HSV(B)84.71º8.21%81.18%-
XYZ55.4360.6257.5-
YUV202.97120.68125.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.50%
GREEN value IS 207 (81.25% from 255) = 34.67%
BLUE value IS 190 (74.61% from 255) = 31.83%
R=33.50%
G=34.67%
B=31.83%

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
Decimal2002071900.0300.080.1984.7115.0477.84
HexC8CFBE3081355f4e
Octal31031727630102312517116
Binary110010001100111110111110110100010011101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFBE; }

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

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

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

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

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

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

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

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