#CAAFBE

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

Shades of Maverick #CAAFBE

Tints of Maverick #CAAFBE

Color information

#CAAFBE (or 0xCAAFBE) is unknown color: approx Maverick. HEX triplet: CA, AF and BE. RGB value is (202,175,190). Sum of RGB (Red+Green+Blue) = 202+175+190=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFBE is #355041. Grayscale: #B8B8B8. Windows color (decimal): -3493954 or 12496842. OLE color: 12496842.

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

Color convert

RGB202175190-
CMYK00.130.060.21
HSL326.67º20.3%73.92%-
HSV(B)326.67º13.37%79.22%-
XYZ48.9846.9355.19-
YUV184.78130.95140.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.63%
GREEN value IS 175 (68.75% from 255) = 30.86%
BLUE value IS 190 (74.61% from 255) = 33.51%
R=35.63%
G=30.86%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217519000.130.060.21326.6720.373.92
HexCAAFBE0D615147144a
Octal31225727601562550724112
Binary1100101010101111101111100110111010101101000111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFBE; }

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

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

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

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

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

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

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

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