Html Css Color HEX #C4ABBA Maverick

📋 copy color: '#C4ABBA'

red 196 ◦ green 171 ◦ blue 186

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

Shades of Maverick #C4ABBA

Tints of Maverick #C4ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 35.44%
G = 30.92%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C4ABBA (or 0xC4ABBA) is known color: Maverick. HEX triplet: C4, AB and BA. RGB value is (196,171,186). Sum of RGB (Red+Green+Blue) = 196+171+186=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABBA is #3B5445. Grayscale: #B4B4B4. Windows color (decimal): -3888198 or 12233668. OLE color: 12233668.

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

Color convert

RGB 196 171 186 -
CMYK 0 0.13 0.05 0.23
HSL 324º 0.17% 0.72% -
HSV(B) 324º 0.13% 0.77% -
XYZ 46.19 44.41 52.59 -
YUV 180.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 196 171 186 0 0.13 0.05 0.23 324 0.17 0.72
Hex C4 AB BA 0 D 5 17 144 11 48
Octal 304 253 272 0 15 5 27 504 21 110
Binary 11000100 10101011 10111010 0 1101 101 10111 101000100 10001 1001000

Color Harmonies of #C4ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABBA

Black with #C4ABBA

Text Example


Text Example

White with #C4ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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