Html Css Color HEX #C4AABB Maverick

📋 copy color: '#C4AABB'

red 196 ◦ green 170 ◦ blue 187

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

Shades of Maverick #C4AABB

Tints of Maverick #C4AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.82%

R = 35.44%
G = 30.74%
B = 33.82%

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

#C4AABB (or 0xC4AABB) is known color: Maverick. HEX triplet: C4, AA and BB. RGB value is (196,170,187). Sum of RGB (Red+Green+Blue) = 196+170+187=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AABB is #3B5544. Grayscale: #B3B3B3. Windows color (decimal): -3888453 or 12298948. OLE color: 12298948.

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

Color convert

RGB 196 170 187 -
CMYK 0 0.13 0.05 0.23
HSL 320.77º 0.18% 0.72% -
HSV(B) 320.77º 0.13% 0.77% -
XYZ 46.11 44.07 53.09 -
YUV 179.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 196 170 187 0 0.13 0.05 0.23 320.77 0.18 0.72
Hex C4 AA BB 0 D 5 17 141 12 48
Octal 304 252 273 0 15 5 27 501 22 110
Binary 11000100 10101010 10111011 0 1101 101 10111 101000001 10010 1001000

Color Harmonies of #C4AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AABB

Black with #C4AABB

Text Example


Text Example

White with #C4AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AABB; }

 p { color: rgb(196,170,187); }

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

background-color css

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

 a { background-color: rgb(196,170,187); }

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

border-color css

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

 span { border-color: rgb(196,170,187); }

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