Html Css Color HEX #C0C1CC Lavender Grey

📋 copy color: '#C0C1CC'

red 192 ◦ green 193 ◦ blue 204

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

Shades of Lavender Grey #C0C1CC

Tints of Lavender Grey #C0C1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.63%

R = 32.6%
G = 32.77%
B = 34.63%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C0C1CC (or 0xC0C1CC) is known color: Lavender Grey. HEX triplet: C0, C1 and CC. RGB value is (192,193,204). Sum of RGB (Red+Green+Blue) = 192+193+204=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0C1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1CC is #3F3E33. Grayscale: #C1C1C1. Windows color (decimal): -4144692 or 13418944. OLE color: 13418944.

HSL color Cylindrical-coordinate representation of color #C0C1CC: hue angle of 235º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0C1CC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 193 204 -
CMYK 0.06 0.05 0 0.2
HSL 235º 0.11% 0.78% -
HSV(B) 235º 0.06% 0.8% -
XYZ 51.71 53.71 64.77 -
YUV 193.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 192 193 204 0.06 0.05 0 0.2 235 0.11 0.78
Hex C0 C1 CC 6 5 0 14 EB B 4E
Octal 300 301 314 6 5 0 24 353 13 116
Binary 11000000 11000001 11001100 110 101 0 10100 11101011 1011 1001110

Color Harmonies of #C0C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C1CC

Black with #C0C1CC

Text Example


Text Example

White with #C0C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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