#C5CCBA

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

Shades of Harp #C5CCBA

Tints of Harp #C5CCBA

Color information

#C5CCBA (or 0xC5CCBA) is unknown color: approx Harp. HEX triplet: C5, CC and BA. RGB value is (197,204,186). Sum of RGB (Red+Green+Blue) = 197+204+186=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCBA is #3A3345. Grayscale: #C7C7C7. Windows color (decimal): -3814214 or 12242117. OLE color: 12242117.

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

Color convert

RGB197204186-
CMYK0.0300.090.2
HSL83.33º15%76.47%-
HSV(B)83.33º8.82%80%-
XYZ53.4858.654.95-
YUV199.86120.18125.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 204 (80.08% from 255) = 34.75%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=33.56%
G=34.75%
B=31.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1972041860.0300.090.283.331576.47
HexC5CCBA3091453f4c
Octal30531427230112412317114
Binary110001011100110010111010110100110100101001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CCBA; }

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

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

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

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

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

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

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

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