#C5CCBB

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

Shades of Harp #C5CCBB

Tints of Harp #C5CCBB

Color information

#C5CCBB (or 0xC5CCBB) is unknown color: approx Harp. HEX triplet: C5, CC and BB. RGB value is (197,204,187). Sum of RGB (Red+Green+Blue) = 197+204+187=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBB is #3A3344. Grayscale: #C8C8C8. Windows color (decimal): -3814213 or 12307653. OLE color: 12307653.

HSL color Cylindrical-coordinate representation of color #C5CCBB: hue angle of 84.71º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5CCBB is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB197204187-
CMYK0.0300.080.2
HSL84.71º14.29%76.67%-
HSV(B)84.71º8.33%80%-
XYZ53.5958.6455.51-
YUV199.97120.68125.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 187 (73.44% from 255) = 31.80%
R=33.50%
G=34.69%
B=31.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041870.0300.080.284.7114.2976.67
HexC5CCBB3081455e4d
Octal30531427330102412516115
Binary110001011100110010111011110100010100101010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCBB; }

 p { color: rgb(197,204,187); }

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

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

 a { background-color: rgb(197,204,187); }

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

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

 span { border-color: rgb(197,204,187); }

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