Html Css Color HEX #C8ABC1 Maverick

📋 copy color: '#C8ABC1'

red 200 ◦ green 171 ◦ blue 193

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

Shades of Maverick #C8ABC1

Tints of Maverick #C8ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.32%

 BLUE value IS 193 (75.78% from 255) = 34.22%

R = 35.46%
G = 30.32%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8ABC1 (or 0xC8ABC1) is known color: Maverick. HEX triplet: C8, AB and C1. RGB value is (200,171,193). Sum of RGB (Red+Green+Blue) = 200+171+193=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABC1 is #37543E. Grayscale: #B6B6B6. Windows color (decimal): -3626047 or 12692424. OLE color: 12692424.

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

Color convert

RGB 200 171 193 -
CMYK 0 0.14 0.04 0.22
HSL 314.48º 0.21% 0.73% -
HSV(B) 314.48º 0.15% 0.78% -
XYZ 48.01 45.26 56.66 -
YUV 182.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 200 171 193 0 0.14 0.04 0.22 314.48 0.21 0.73
Hex C8 AB C1 0 E 4 16 13A 15 49
Octal 310 253 301 0 16 4 26 472 25 111
Binary 11001000 10101011 11000001 0 1110 100 10110 100111010 10101 1001001

Color Harmonies of #C8ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ABC1

Black with #C8ABC1

Text Example


Text Example

White with #C8ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ABC1; }

 p { color: rgb(200,171,193); }

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

background-color css

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

 a { background-color: rgb(200,171,193); }

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

border-color css

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

 span { border-color: rgb(200,171,193); }

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