Html Css Color HEX #C8C1C7 Maverick

📋 copy color: '#C8C1C7'

red 200 ◦ green 193 ◦ blue 199

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

Shades of Maverick #C8C1C7

Tints of Maverick #C8C1C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 33.61%

R = 33.78%
G = 32.6%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C8C1C7 (or 0xC8C1C7) is known color: Maverick. HEX triplet: C8, C1 and C7. RGB value is (200,193,199). Sum of RGB (Red+Green+Blue) = 200+193+199=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1C7 is #373E38. Grayscale: #C3C3C3. Windows color (decimal): -3620409 or 13091272. OLE color: 13091272.

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

Color convert

RGB 200 193 199 -
CMYK 0 0.04 0.00 0.22
HSL 308.57º 0.06% 0.77% -
HSV(B) 308.57º 0.04% 0.78% -
XYZ 53.2 54.54 61.76 -
YUV 195.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 200 193 199 0 0.04 0.00 0.22 308.57 0.06 0.77
Hex C8 C1 C7 0 4 0 16 135 6 4D
Octal 310 301 307 0 4 0 26 465 6 115
Binary 11001000 11000001 11000111 0 100 0 10110 100110101 110 1001101

Color Harmonies of #C8C1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C1C7

Black with #C8C1C7

Text Example


Text Example

White with #C8C1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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