#C0C1CF

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

Shades of Lavender Grey #C0C1CF

Tints of Lavender Grey #C0C1CF

Color information

#C0C1CF (or 0xC0C1CF) is unknown color: approx Lavender Grey. HEX triplet: C0, C1 and CF. RGB value is (192,193,207). Sum of RGB (Red+Green+Blue) = 192+193+207=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0C1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1CF is #3F3E30. Grayscale: #C2C2C2. Windows color (decimal): -4144689 or 13615552. OLE color: 13615552.

HSL color Cylindrical-coordinate representation of color #C0C1CF: hue angle of 236º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C0C1CF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB192193207-
CMYK0.070.0700.19
HSL236º13.51%78.24%-
HSV(B)236º7.25%81.18%-
XYZ52.0753.8566.68-
YUV194.3135.17126.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.43%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=32.43%
G=32.60%
B=34.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921932070.070.0700.1923613.5178.24
HexC0C1CF77013ece4e
Octal3003013177702335416116
Binary1100000011000001110011111111110100111110110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1CF; }

 p { color: rgb(192,193,207); }

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

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

 a { background-color: rgb(192,193,207); }

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

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

 span { border-color: rgb(192,193,207); }

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