Html Css Color HEX #CAABBA Maverick

📋 copy color: '#CAABBA'

red 202 ◦ green 171 ◦ blue 186

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

Shades of Maverick #CAABBA

Tints of Maverick #CAABBA

RGB

 RED value IS 202 (79.3% from 255) = 36.14%

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

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

R = 36.14%
G = 30.59%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAABBA (or 0xCAABBA) is known color: Maverick. HEX triplet: CA, AB and BA. RGB value is (202,171,186). Sum of RGB (Red+Green+Blue) = 202+171+186=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAABBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABBA is #355445. Grayscale: #B5B5B5. Windows color (decimal): -3494982 or 12233674. OLE color: 12233674.

HSL color Cylindrical-coordinate representation of color #CAABBA: hue angle of 330.97º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAABBA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 171 186 -
CMYK 0 0.15 0.08 0.21
HSL 330.97º 0.23% 0.73% -
HSV(B) 330.97º 0.15% 0.79% -
XYZ 47.78 45.23 52.67 -
YUV 181.98 130.27 142.28 -
System Red Green Blue C M Y K H S L
Decimal 202 171 186 0 0.15 0.08 0.21 330.97 0.23 0.73
Hex CA AB BA 0 F 8 15 14B 17 49
Octal 312 253 272 0 17 10 25 513 27 111
Binary 11001010 10101011 10111010 0 1111 1000 10101 101001011 10111 1001001

Color Harmonies of #CAABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAABBA

Black with #CAABBA

Text Example


Text Example

White with #CAABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAABBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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