#C8CFBD

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

Shades of Harp #C8CFBD

Tints of Harp #C8CFBD

Color information

#C8CFBD (or 0xC8CFBD) is unknown color: approx Harp. HEX triplet: C8, CF and BD. RGB value is (200,207,189). Sum of RGB (Red+Green+Blue) = 200+207+189=596 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.56% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 207 - color contains mainly: green. Hex color #C8CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CFBD is #373042. Grayscale: #CACACA. Windows color (decimal): -3616835 or 12439496. OLE color: 12439496.

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

Color convert

RGB200207189-
CMYK0.0300.090.19
HSL83.33º15.79%77.65%-
HSV(B)83.33º8.7%81.18%-
XYZ55.3260.5856.92-
YUV202.85120.18125.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.56%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 189 (74.22% from 255) = 31.71%
R=33.56%
G=34.73%
B=31.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2002071890.0300.090.1983.3315.7977.65
HexC8CFBD3091353104e
Octal31031727530112312320116
Binary1100100011001111101111011101001100111010011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CFBD; }

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

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

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

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

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

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

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

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