#CAA5BD

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

Shades of Maverick #CAA5BD

Tints of Maverick #CAA5BD

Color information

#CAA5BD (or 0xCAA5BD) is unknown color: approx Maverick. HEX triplet: CA, A5 and BD. RGB value is (202,165,189). Sum of RGB (Red+Green+Blue) = 202+165+189=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5BD is #355A42. Grayscale: #B2B2B2. Windows color (decimal): -3496515 or 12428746. OLE color: 12428746.

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

Color convert

RGB202165189-
CMYK00.180.060.21
HSL321.08º25.87%71.96%-
HSV(B)321.08º18.32%79.22%-
XYZ4743.1453.99-
YUV178.8133.76144.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=36.33%
G=29.68%
B=33.99%

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
Decimal20216518900.180.060.21321.0825.8771.96
HexCAA5BD0126151411a48
Octal31224527502262550132110
Binary11001010101001011011110101001011010101101000001110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5BD; }

 p { color: rgb(202,165,189); }

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

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

 a { background-color: rgb(202,165,189); }

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

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

 span { border-color: rgb(202,165,189); }

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