#C0CAC5

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

Shades of Tiara #C0CAC5

Tints of Tiara #C0CAC5

Color information

#C0CAC5 (or 0xC0CAC5) is unknown color: approx Tiara. HEX triplet: C0, CA and C5. RGB value is (192,202,197). Sum of RGB (Red+Green+Blue) = 192+202+197=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0CAC5 is #3F353A. Grayscale: #C6C6C6. Windows color (decimal): -4142395 or 12962496. OLE color: 12962496.

HSL color Cylindrical-coordinate representation of color #C0CAC5: hue angle of 150º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0CAC5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB192202197-
CMYK0.0500.020.21
HSL150º8.62%77.25%-
HSV(B)150º4.95%79.22%-
XYZ52.9457.4861.13-
YUV198.44127.19123.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.49%
GREEN value IS 202 (79.30% from 255) = 34.18%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=32.49%
G=34.18%
B=33.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021970.0500.020.211508.6277.25
HexC0CAC5502159694d
Octal3003123055022522611115
Binary110000001100101011000101101010101011001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAC5; }

 p { color: rgb(192,202,197); }

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

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

 a { background-color: rgb(192,202,197); }

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

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

 span { border-color: rgb(192,202,197); }

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