#C6CBBB

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

Shades of Harp #C6CBBB

Tints of Harp #C6CBBB

Color information

#C6CBBB (or 0xC6CBBB) is unknown color: approx Harp. HEX triplet: C6, CB and BB. RGB value is (198,203,187). Sum of RGB (Red+Green+Blue) = 198+203+187=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 203 (79.69% from 255 or 34.52% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CBBB is #393444. Grayscale: #C7C7C7. Windows color (decimal): -3748933 or 12307398. OLE color: 12307398.

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

Color convert

RGB198203187-
CMYK0.0200.080.20
HSL78.75º13.33%76.47%-
HSV(B)78.75º7.88%79.61%-
XYZ53.6158.3155.44-
YUV199.68120.84126.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.67%
GREEN value IS 203 (79.69% from 255) = 34.52%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=33.67%
G=34.52%
B=31.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1982031870.0200.080.2078.7513.3376.47
HexC6CBBB208144fd4c
Octal30631327320102411715114
Binary110001101100101110111011100100010100100111111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CBBB; }

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

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

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

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

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

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

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

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