Html Css Color HEX #C8A8BA Maverick

📋 copy color: '#C8A8BA'

red 200 ◦ green 168 ◦ blue 186

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

Shades of Maverick #C8A8BA

Tints of Maverick #C8A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.32%

 BLUE value IS 186 (73.05% from 255) = 33.57%

R = 36.1%
G = 30.32%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C8A8BA (or 0xC8A8BA) is known color: Maverick. HEX triplet: C8, A8 and BA. RGB value is (200,168,186). Sum of RGB (Red+Green+Blue) = 200+168+186=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8BA is #375745. Grayscale: #B3B3B3. Windows color (decimal): -3626822 or 12232904. OLE color: 12232904.

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

Color convert

RGB 200 168 186 -
CMYK 0 0.16 0.07 0.22
HSL 326.25º 0.23% 0.72% -
HSV(B) 326.25º 0.16% 0.78% -
XYZ 46.68 43.83 52.45 -
YUV 179.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 200 168 186 0 0.16 0.07 0.22 326.25 0.23 0.72
Hex C8 A8 BA 0 10 7 16 146 17 48
Octal 310 250 272 0 20 7 26 506 27 110
Binary 11001000 10101000 10111010 0 10000 111 10110 101000110 10111 1001000

Color Harmonies of #C8A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8BA

Black with #C8A8BA

Text Example


Text Example

White with #C8A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8BA; }

 p { color: rgb(200,168,186); }

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

background-color css

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

 a { background-color: rgb(200,168,186); }

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

border-color css

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

 span { border-color: rgb(200,168,186); }

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