#C5C7C6

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

Shades of Tiara #C5C7C6

Tints of Tiara #C5C7C6

Color information

#C5C7C6 (or 0xC5C7C6) is unknown color: approx Tiara. HEX triplet: C5, C7 and C6. RGB value is (197,199,198). Sum of RGB (Red+Green+Blue) = 197+199+198=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 199 (78.12% from 255 or 33.50% from 594); Blue value is 198 (77.73% from 255 or 33.33% from 594); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C7C6 is #3A3839. Grayscale: #C6C6C6. Windows color (decimal): -3815482 or 13027269. OLE color: 13027269.

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

Color convert

RGB197199198-
CMYK0.0100.010.22
HSL150º1.75%77.65%-
HSV(B)150º1.01%78.04%-
XYZ53.6456.7961.56-
YUV198.29127.84127.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.16%
GREEN value IS 199 (78.12% from 255) = 33.50%
BLUE value IS 198 (77.73% from 255) = 33.33%
R=33.16%
G=33.50%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971991980.0100.010.221501.7577.65
HexC5C7C6101169624e
Octal305307306101262262116
Binary1100010111000111110001101011011010010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C7C6; }

 p { color: rgb(197,199,198); }

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

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

 a { background-color: rgb(197,199,198); }

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

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

 span { border-color: rgb(197,199,198); }

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