Html Css Color HEX #CAAABB Maverick

📋 copy color: '#CAAABB'

red 202 ◦ green 170 ◦ blue 187

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

Shades of Maverick #CAAABB

Tints of Maverick #CAAABB

RGB

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

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

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

R = 36.14%
G = 30.41%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAAABB (or 0xCAAABB) is known color: Maverick. HEX triplet: CA, AA and BB. RGB value is (202,170,187). Sum of RGB (Red+Green+Blue) = 202+170+187=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABB is #355544. Grayscale: #B5B5B5. Windows color (decimal): -3495237 or 12298954. OLE color: 12298954.

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

Color convert

RGB 202 170 187 -
CMYK 0 0.16 0.07 0.21
HSL 328.13º 0.23% 0.73% -
HSV(B) 328.13º 0.16% 0.79% -
XYZ 47.7 44.89 53.16 -
YUV 181.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 202 170 187 0 0.16 0.07 0.21 328.13 0.23 0.73
Hex CA AA BB 0 10 7 15 148 17 49
Octal 312 252 273 0 20 7 25 510 27 111
Binary 11001010 10101010 10111011 0 10000 111 10101 101001000 10111 1001001

Color Harmonies of #CAAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAABB

Black with #CAAABB

Text Example


Text Example

White with #CAAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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