Html Css Color HEX #C8A9BA Maverick

📋 copy color: '#C8A9BA'

red 200 ◦ green 169 ◦ blue 186

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

Shades of Maverick #C8A9BA

Tints of Maverick #C8A9BA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.45%

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

R = 36.04%
G = 30.45%
B = 33.51%

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

#C8A9BA (or 0xC8A9BA) is known color: Maverick. HEX triplet: C8, A9 and BA. RGB value is (200,169,186). Sum of RGB (Red+Green+Blue) = 200+169+186=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A9BA is #375645. Grayscale: #B4B4B4. Windows color (decimal): -3626566 or 12233160. OLE color: 12233160.

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

Color convert

RGB 200 169 186 -
CMYK 0 0.16 0.07 0.22
HSL 327.1º 0.22% 0.72% -
HSV(B) 327.1º 0.16% 0.78% -
XYZ 46.87 44.2 52.52 -
YUV 180.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 200 169 186 0 0.16 0.07 0.22 327.1 0.22 0.72
Hex C8 A9 BA 0 10 7 16 147 16 48
Octal 310 251 272 0 20 7 26 507 26 110
Binary 11001000 10101001 10111010 0 10000 111 10110 101000111 10110 1001000

Color Harmonies of #C8A9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9BA

Black with #C8A9BA

Text Example


Text Example

White with #C8A9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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