Html Css Color HEX #C4ABBD Maverick

📋 copy color: '#C4ABBD'

red 196 ◦ green 171 ◦ blue 189

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

Shades of Maverick #C4ABBD

Tints of Maverick #C4ABBD

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

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

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

R = 35.25%
G = 30.76%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C4ABBD (or 0xC4ABBD) is known color: Maverick. HEX triplet: C4, AB and BD. RGB value is (196,171,189). Sum of RGB (Red+Green+Blue) = 196+171+189=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBD is #3B5442. Grayscale: #B4B4B4. Windows color (decimal): -3888195 or 12430276. OLE color: 12430276.

HSL color Cylindrical-coordinate representation of color #C4ABBD: hue angle of 316.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABBD is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 189 -
CMYK 0 0.13 0.04 0.23
HSL 316.8º 0.17% 0.72% -
HSV(B) 316.8º 0.13% 0.77% -
XYZ 46.51 44.54 54.29 -
YUV 180.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 196 171 189 0 0.13 0.04 0.23 316.8 0.17 0.72
Hex C4 AB BD 0 D 4 17 13D 11 48
Octal 304 253 275 0 15 4 27 475 21 110
Binary 11000100 10101011 10111101 0 1101 100 10111 100111101 10001 1001000

Color Harmonies of #C4ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABBD

Black with #C4ABBD

Text Example


Text Example

White with #C4ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABBD; }

 p { color: rgb(196,171,189); }

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

background-color css

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

 a { background-color: rgb(196,171,189); }

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

border-color css

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

 span { border-color: rgb(196,171,189); }

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