Html Css Color HEX #C8C1C5 Maverick

📋 copy color: '#C8C1C5'

red 200 ◦ green 193 ◦ blue 197

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

Shades of Maverick #C8C1C5

Tints of Maverick #C8C1C5

RGB

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

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

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

R = 33.9%
G = 32.71%
B = 33.39%

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

#C8C1C5 (or 0xC8C1C5) is known color: Maverick. HEX triplet: C8, C1 and C5. RGB value is (200,193,197). Sum of RGB (Red+Green+Blue) = 200+193+197=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1C5 is #373E3A. Grayscale: #C3C3C3. Windows color (decimal): -3620411 or 12960200. OLE color: 12960200.

HSL color Cylindrical-coordinate representation of color #C8C1C5: hue angle of 325.71º degrees, saturation: 0.06, 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 #C8C1C5 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 193 197 -
CMYK 0 0.04 0.02 0.22
HSL 325.71º 0.06% 0.77% -
HSV(B) 325.71º 0.04% 0.78% -
XYZ 52.97 54.45 60.54 -
YUV 195.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 200 193 197 0 0.04 0.02 0.22 325.71 0.06 0.77
Hex C8 C1 C5 0 4 2 16 146 6 4D
Octal 310 301 305 0 4 2 26 506 6 115
Binary 11001000 11000001 11000101 0 100 10 10110 101000110 110 1001101

Color Harmonies of #C8C1C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1C5

Black with #C8C1C5

Text Example


Text Example

White with #C8C1C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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