Html Css Color HEX #C8A3BF Maverick

📋 copy color: '#C8A3BF'

red 200 ◦ green 163 ◦ blue 191

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

Shades of Maverick #C8A3BF

Tints of Maverick #C8A3BF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.42%

 BLUE value IS 191 (75% from 255) = 34.48%

R = 36.1%
G = 29.42%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8A3BF (or 0xC8A3BF) is known color: Maverick. HEX triplet: C8, A3 and BF. RGB value is (200,163,191). Sum of RGB (Red+Green+Blue) = 200+163+191=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A3BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3BF is #375C40. Grayscale: #B1B1B1. Windows color (decimal): -3628097 or 12559304. OLE color: 12559304.

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

Color convert

RGB 200 163 191 -
CMYK 0 0.18 0.04 0.22
HSL 314.59º 0.25% 0.71% -
HSV(B) 314.59º 0.19% 0.78% -
XYZ 46.32 42.24 55 -
YUV 177.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 200 163 191 0 0.18 0.04 0.22 314.59 0.25 0.71
Hex C8 A3 BF 0 12 4 16 13B 19 47
Octal 310 243 277 0 22 4 26 473 31 107
Binary 11001000 10100011 10111111 0 10010 100 10110 100111011 11001 1000111

Color Harmonies of #C8A3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A3BF

Black with #C8A3BF

Text Example


Text Example

White with #C8A3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A3BF; }

 p { color: rgb(200,163,191); }

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

background-color css

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

 a { background-color: rgb(200,163,191); }

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

border-color css

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

 span { border-color: rgb(200,163,191); }

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