#C4C6BB

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

Shades of Harp #C4C6BB

Tints of Harp #C4C6BB

Color information

#C4C6BB (or 0xC4C6BB) is unknown color: approx Harp. HEX triplet: C4, C6 and BB. RGB value is (196,198,187). Sum of RGB (Red+Green+Blue) = 196+198+187=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 198 (77.73% from 255 or 34.08% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C6BB is #3B3944. Grayscale: #C4C4C4. Windows color (decimal): -3881285 or 12306116. OLE color: 12306116.

HSL color Cylindrical-coordinate representation of color #C4C6BB: hue angle of 70.91º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4C6BB is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB196198187-
CMYK0.0100.060.22
HSL70.91º8.8%75.49%-
HSV(B)70.91º5.56%77.65%-
XYZ51.9355.7155.03-
YUV196.15122.84127.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 198 (77.73% from 255) = 34.08%
BLUE value IS 187 (73.44% from 255) = 32.19%
R=33.73%
G=34.08%
B=32.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961981870.0100.060.2270.918.875.49
HexC4C6BB106164794b
Octal3043062731062610711113
Binary1100010011000110101110111011010110100011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C6BB; }

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

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

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

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

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

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

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

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