Html Css Color HEX #C8AABD Maverick

📋 copy color: '#C8AABD'

red 200 ◦ green 170 ◦ blue 189

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

Shades of Maverick #C8AABD

Tints of Maverick #C8AABD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.41%

 BLUE value IS 189 (74.22% from 255) = 33.81%

R = 35.78%
G = 30.41%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C8AABD (or 0xC8AABD) is known color: Maverick. HEX triplet: C8, AA and BD. RGB value is (200,170,189). Sum of RGB (Red+Green+Blue) = 200+170+189=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 189 (74.22% from 255 or 33.81% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABD is #375542. Grayscale: #B5B5B5. Windows color (decimal): -3626307 or 12430024. OLE color: 12430024.

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

Color convert

RGB 200 170 189 -
CMYK 0 0.15 0.06 0.22
HSL 322º 0.21% 0.73% -
HSV(B) 322º 0.15% 0.78% -
XYZ 47.38 44.7 54.28 -
YUV 181.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 200 170 189 0 0.15 0.06 0.22 322 0.21 0.73
Hex C8 AA BD 0 F 6 16 142 15 49
Octal 310 252 275 0 17 6 26 502 25 111
Binary 11001000 10101010 10111101 0 1111 110 10110 101000010 10101 1001001

Color Harmonies of #C8AABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AABD

Black with #C8AABD

Text Example


Text Example

White with #C8AABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AABD; }

 p { color: rgb(200,170,189); }

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

background-color css

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

 a { background-color: rgb(200,170,189); }

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

border-color css

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

 span { border-color: rgb(200,170,189); }

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