Html Css Color HEX #CAAEB9 Maverick

📋 copy color: '#CAAEB9'

red 202 ◦ green 174 ◦ blue 185

#CAAEB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CAAEB9

Tints of Maverick #CAAEB9

RGB

 RED value IS 202 (79.3% from 255) = 36.01%

 GREEN value IS 174 (68.36% from 255) = 31.02%

 BLUE value IS 185 (72.66% from 255) = 32.98%

R = 36.01%
G = 31.02%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAAEB9 (or 0xCAAEB9) is known color: Maverick. HEX triplet: CA, AE and B9. RGB value is (202,174,185). Sum of RGB (Red+Green+Blue) = 202+174+185=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEB9 is #355146. Grayscale: #B7B7B7. Windows color (decimal): -3494215 or 12168906. OLE color: 12168906.

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

Color convert

RGB 202 174 185 -
CMYK 0 0.14 0.08 0.21
HSL 336.43º 0.21% 0.74% -
HSV(B) 336.43º 0.14% 0.79% -
XYZ 48.25 46.33 52.3 -
YUV 183.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 202 174 185 0 0.14 0.08 0.21 336.43 0.21 0.74
Hex CA AE B9 0 E 8 15 150 15 4A
Octal 312 256 271 0 16 10 25 520 25 112
Binary 11001010 10101110 10111001 0 1110 1000 10101 101010000 10101 1001010

Color Harmonies of #CAAEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEB9

Black with #CAAEB9

Text Example


Text Example

White with #CAAEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEB9; }

 p { color: rgb(202,174,185); }

 H1.HeaderClassName
 {
   color: #CAAEB9;
 }
 .AnyTagClassName
 {
   color: #CAAEB9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,174,185); }

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

border-color css

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

 span { border-color: rgb(202,174,185); }

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