#C6CEBC

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

Shades of Harp #C6CEBC

Tints of Harp #C6CEBC

Color information

#C6CEBC (or 0xC6CEBC) is unknown color: approx Harp. HEX triplet: C6, CE and BC. RGB value is (198,206,188). Sum of RGB (Red+Green+Blue) = 198+206+188=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 206 (80.86% from 255 or 34.80% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBC is #393143. Grayscale: #C9C9C9. Windows color (decimal): -3748164 or 12373702. OLE color: 12373702.

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

Color convert

RGB198206188-
CMYK0.0400.090.19
HSL86.67º15.52%77.25%-
HSV(B)86.67º8.74%80.78%-
XYZ54.4459.7856.25-
YUV201.56120.35125.46-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 206 (80.86% from 255) = 34.80%
BLUE value IS 188 (73.83% from 255) = 31.76%
R=33.45%
G=34.80%
B=31.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1982061880.0400.090.1986.6715.5277.25
HexC6CEBC4091357104d
Octal30631627440112312720115
Binary11000110110011101011110010001001100111010111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CEBC; }

 p { color: rgb(198,206,188); }

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

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

 a { background-color: rgb(198,206,188); }

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

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

 span { border-color: rgb(198,206,188); }

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