Html Css Color HEX #C2C0C1 Maverick

📋 copy color: '#C2C0C1'

red 194 ◦ green 192 ◦ blue 193

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

Shades of Maverick #C2C0C1

Tints of Maverick #C2C0C1

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

 GREEN value IS 192 (75.39% from 255) = 33.16%

 BLUE value IS 193 (75.78% from 255) = 33.33%

R = 33.51%
G = 33.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C2C0C1 (or 0xC2C0C1) is known color: Maverick. HEX triplet: C2, C0 and C1. RGB value is (194,192,193). Sum of RGB (Red+Green+Blue) = 194+192+193=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 193 (75.78% from 255 or 33.33% from 579); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C0C1 is #3D3F3E. Grayscale: #C0C0C0. Windows color (decimal): -4013887 or 12697794. OLE color: 12697794.

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

Color convert

RGB 194 192 193 -
CMYK 0 0.01 0.01 0.24
HSL 330º 0.02% 0.76% -
HSV(B) 330º 0.01% 0.76% -
XYZ 50.72 53.02 58.01 -
YUV 192.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 194 192 193 0 0.01 0.01 0.24 330 0.02 0.76
Hex C2 C0 C1 0 1 1 18 14A 2 4C
Octal 302 300 301 0 1 1 30 512 2 114
Binary 11000010 11000000 11000001 0 1 1 11000 101001010 10 1001100

Color Harmonies of #C2C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C0C1

Black with #C2C0C1

Text Example


Text Example

White with #C2C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C0C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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