#C6CBBF

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

Shades of Harp #C6CBBF

Tints of Harp #C6CBBF

Color information

#C6CBBF (or 0xC6CBBF) is unknown color: approx Harp. HEX triplet: C6, CB and BF. RGB value is (198,203,191). Sum of RGB (Red+Green+Blue) = 198+203+191=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 203 (79.69% from 255 or 34.29% from 592); Blue value is 191 (75% from 255 or 32.26% from 592); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBBF is #393440. Grayscale: #C8C8C8. Windows color (decimal): -3748929 or 12569542. OLE color: 12569542.

HSL color Cylindrical-coordinate representation of color #C6CBBF: hue angle of 85º degrees, saturation: 0.1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6CBBF is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB198203191-
CMYK0.0200.060.20
HSL85º10.34%77.25%-
HSV(B)85º5.91%79.61%-
XYZ54.0558.4857.73-
YUV200.14122.84126.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 203 (79.69% from 255) = 34.29%
BLUE value IS 191 (75% from 255) = 32.26%
R=33.45%
G=34.29%
B=32.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031910.0200.060.208510.3477.25
HexC6CBBF2061455a4d
Octal3063132772062412512115
Binary11000110110010111011111110011010100101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBBF; }

 p { color: rgb(198,203,191); }

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

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

 a { background-color: rgb(198,203,191); }

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

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

 span { border-color: rgb(198,203,191); }

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