Html Css Color HEX #C8C4C7 Maverick

📋 copy color: '#C8C4C7'

red 200 ◦ green 196 ◦ blue 199

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

Shades of Maverick #C8C4C7

Tints of Maverick #C8C4C7

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.94%

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

R = 33.61%
G = 32.94%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.22

RGB Variations

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

Color information

#C8C4C7 (or 0xC8C4C7) is known color: Maverick. HEX triplet: C8, C4 and C7. RGB value is (200,196,199). Sum of RGB (Red+Green+Blue) = 200+196+199=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C4C7 is #373B38. Grayscale: #C5C5C5. Windows color (decimal): -3619641 or 13092040. OLE color: 13092040.

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

Color convert

RGB 200 196 199 -
CMYK 0 0.02 0.00 0.22
HSL 315º 0.04% 0.78% -
HSV(B) 315º 0.02% 0.78% -
XYZ 53.87 55.88 61.98 -
YUV 197.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 200 196 199 0 0.02 0.00 0.22 315 0.04 0.78
Hex C8 C4 C7 0 2 0 16 13B 4 4E
Octal 310 304 307 0 2 0 26 473 4 116
Binary 11001000 11000100 11000111 0 10 0 10110 100111011 100 1001110

Color Harmonies of #C8C4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C4C7

Black with #C8C4C7

Text Example


Text Example

White with #C8C4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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