Html Css Color HEX #CAA6BB Maverick

📋 copy color: '#CAA6BB'

red 202 ◦ green 166 ◦ blue 187

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

Shades of Maverick #CAA6BB

Tints of Maverick #CAA6BB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.91%

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

R = 36.4%
G = 29.91%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAA6BB (or 0xCAA6BB) is known color: Maverick. HEX triplet: CA, A6 and BB. RGB value is (202,166,187). Sum of RGB (Red+Green+Blue) = 202+166+187=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BB is #355944. Grayscale: #B3B3B3. Windows color (decimal): -3496261 or 12297930. OLE color: 12297930.

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

Color convert

RGB 202 166 187 -
CMYK 0 0.18 0.07 0.21
HSL 325º 0.25% 0.72% -
HSV(B) 325º 0.18% 0.79% -
XYZ 46.96 43.42 52.92 -
YUV 179.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 202 166 187 0 0.18 0.07 0.21 325 0.25 0.72
Hex CA A6 BB 0 12 7 15 145 19 48
Octal 312 246 273 0 22 7 25 505 31 110
Binary 11001010 10100110 10111011 0 10010 111 10101 101000101 11001 1001000

Color Harmonies of #CAA6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6BB

Black with #CAA6BB

Text Example


Text Example

White with #CAA6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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