#CAADC1

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

Shades of Maverick #CAADC1

Tints of Maverick #CAADC1

Color information

#CAADC1 (or 0xCAADC1) is unknown color: approx Maverick. HEX triplet: CA, AD and C1. RGB value is (202,173,193). Sum of RGB (Red+Green+Blue) = 202+173+193=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAADC1 is #35523E. Grayscale: #B7B7B7. Windows color (decimal): -3494463 or 12692938. OLE color: 12692938.

HSL color Cylindrical-coordinate representation of color #CAADC1: hue angle of 318.62º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAADC1 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202173193-
CMYK00.140.040.21
HSL318.62º21.48%73.53%-
HSV(B)318.62º14.36%79.22%-
XYZ48.9346.2956.81-
YUV183.95133.11140.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 193 (75.78% from 255) = 33.98%
R=35.56%
G=30.46%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217319300.140.040.21318.6221.4873.53
HexCAADC10E41513f154a
Octal31225530101642547725112
Binary1100101010101101110000010111010010101100111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADC1; }

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

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

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

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

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

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

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

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