Html Css Color HEX #C8AABE Maverick

📋 copy color: '#C8AABE'

red 200 ◦ green 170 ◦ blue 190

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

Shades of Maverick #C8AABE

Tints of Maverick #C8AABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 35.71%
G = 30.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C8AABE (or 0xC8AABE) is known color: Maverick. HEX triplet: C8, AA and BE. RGB value is (200,170,190). Sum of RGB (Red+Green+Blue) = 200+170+190=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABE is #375541. Grayscale: #B5B5B5. Windows color (decimal): -3626306 or 12495560. OLE color: 12495560.

HSL color Cylindrical-coordinate representation of color #C8AABE: hue angle of 320º 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 #C8AABE is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 190 -
CMYK 0 0.15 0.05 0.22
HSL 320º 0.21% 0.73% -
HSV(B) 320º 0.15% 0.78% -
XYZ 47.49 44.75 54.85 -
YUV 181.25 132.94 141.37 -
System Red Green Blue C M Y K H S L
Decimal 200 170 190 0 0.15 0.05 0.22 320 0.21 0.73
Hex C8 AA BE 0 F 5 16 140 15 49
Octal 310 252 276 0 17 5 26 500 25 111
Binary 11001000 10101010 10111110 0 1111 101 10110 101000000 10101 1001001

Color Harmonies of #C8AABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AABE

Black with #C8AABE

Text Example


Text Example

White with #C8AABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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