#CAA6BE

Color #CAA6BE Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CAA6BE

Tints of Maverick #CAA6BE

Color information

#CAA6BE (or 0xCAA6BE) is unknown color: approx Maverick. HEX triplet: CA, A6 and BE. RGB value is (202,166,190). Sum of RGB (Red+Green+Blue) = 202+166+190=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BE is #355941. Grayscale: #B3B3B3. Windows color (decimal): -3496258 or 12494538. OLE color: 12494538.

HSL color Cylindrical-coordinate representation of color #CAA6BE: hue angle of 320º 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 #CAA6BE is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB202166190-
CMYK00.180.060.21
HSL320º25.35%72.16%-
HSV(B)320º17.82%79.22%-
XYZ47.2943.5554.63-
YUV179.5133.93144.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 166 (65.23% from 255) = 29.75%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=36.20%
G=29.75%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216619000.180.060.2132025.3572.16
HexCAA6BE0126151401948
Octal31224627602262550031110
Binary11001010101001101011111001001011010101101000000110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6BE; }

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

 H1.HeaderClassName
 {
   color: #CAA6BE;
 }
 .AnyTagClassName
 {
   color: #CAA6BE;
 }
</style>
background-color css

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

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

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

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

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

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