Html Css Color HEX #C0C1CE Lavender Grey

📋 copy color: '#C0C1CE'

red 192 ◦ green 193 ◦ blue 206

#C0C1CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #C0C1CE

Tints of Lavender Grey #C0C1CE

RGB

 RED value IS 192 (75.39% from 255) = 32.49%

 GREEN value IS 193 (75.78% from 255) = 32.66%

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 32.49%
G = 32.66%
B = 34.86%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0C1CE (or 0xC0C1CE) is known color: Lavender Grey. HEX triplet: C0, C1 and CE. RGB value is (192,193,206). Sum of RGB (Red+Green+Blue) = 192+193+206=591 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.49% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #C0C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1CE is #3F3E31. Grayscale: #C2C2C2. Windows color (decimal): -4144690 or 13550016. OLE color: 13550016.

HSL color Cylindrical-coordinate representation of color #C0C1CE: hue angle of 235.71º degrees, saturation: 0.12, 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 #C0C1CE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 193 206 -
CMYK 0.07 0.06 0 0.19
HSL 235.71º 0.13% 0.78% -
HSV(B) 235.71º 0.07% 0.81% -
XYZ 51.95 53.8 66.04 -
YUV 194.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 192 193 206 0.07 0.06 0 0.19 235.71 0.13 0.78
Hex C0 C1 CE 7 6 0 13 EC C 4E
Octal 300 301 316 7 6 0 23 354 14 116
Binary 11000000 11000001 11001110 111 110 0 10011 11101100 1100 1001110

Color Harmonies of #C0C1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C1CE

Black with #C0C1CE

Text Example


Text Example

White with #C0C1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C1CE; }

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

 H1.HeaderClassName
 {
   color: #C0C1CE;
 }
 .AnyTagClassName
 {
   color: #C0C1CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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