#CAACC1

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

Shades of Maverick #CAACC1

Tints of Maverick #CAACC1

Color information

#CAACC1 (or 0xCAACC1) is unknown color: approx Maverick. HEX triplet: CA, AC and C1. RGB value is (202,172,193). Sum of RGB (Red+Green+Blue) = 202+172+193=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC1 is #35533E. Grayscale: #B7B7B7. Windows color (decimal): -3494719 or 12692682. OLE color: 12692682.

HSL color Cylindrical-coordinate representation of color #CAACC1: hue angle of 318º degrees, saturation: 0.22, 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 #CAACC1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202172193-
CMYK00.150.040.21
HSL318º22.06%73.33%-
HSV(B)318º14.85%79.22%-
XYZ48.7445.9156.75-
YUV183.36133.44141.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=35.63%
G=30.34%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217219300.150.040.2131822.0673.33
HexCAACC10F41513e1649
Octal31225430101742547626111
Binary1100101010101100110000010111110010101100111110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACC1; }

 p { color: rgb(202,172,193); }

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

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

 a { background-color: rgb(202,172,193); }

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

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

 span { border-color: rgb(202,172,193); }

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