Html Css Color HEX #C8C0C5 Maverick

📋 copy color: '#C8C0C5'

red 200 ◦ green 192 ◦ blue 197

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

Shades of Maverick #C8C0C5

Tints of Maverick #C8C0C5

RGB

 RED value IS 200 (78.52% from 255) = 33.96%

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

 BLUE value IS 197 (77.34% from 255) = 33.45%

R = 33.96%
G = 32.6%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C8C0C5 (or 0xC8C0C5) is known color: Maverick. HEX triplet: C8, C0 and C5. RGB value is (200,192,197). Sum of RGB (Red+Green+Blue) = 200+192+197=589 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.96% from 589); Green value is 192 (75.39% from 255 or 32.60% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0C5 is #373F3A. Grayscale: #C2C2C2. Windows color (decimal): -3620667 or 12959944. OLE color: 12959944.

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

Color convert

RGB 200 192 197 -
CMYK 0 0.04 0.02 0.22
HSL 322.5º 0.07% 0.77% -
HSV(B) 322.5º 0.04% 0.78% -
XYZ 52.75 54.01 60.47 -
YUV 194.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 200 192 197 0 0.04 0.02 0.22 322.5 0.07 0.77
Hex C8 C0 C5 0 4 2 16 142 7 4D
Octal 310 300 305 0 4 2 26 502 7 115
Binary 11001000 11000000 11000101 0 100 10 10110 101000010 111 1001101

Color Harmonies of #C8C0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0C5

Black with #C8C0C5

Text Example


Text Example

White with #C8C0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0C5; }

 p { color: rgb(200,192,197); }

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

background-color css

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

 a { background-color: rgb(200,192,197); }

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

border-color css

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

 span { border-color: rgb(200,192,197); }

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