Html Css Color HEX #CAA6BE Maverick

📋 copy color: '#CAA6BE'

red 202 ◦ green 166 ◦ blue 190

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

Shades of Maverick #CAA6BE

Tints of Maverick #CAA6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.75%

 BLUE value IS 190 (74.61% from 255) = 34.05%

R = 36.2%
G = 29.75%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CAA6BE (or 0xCAA6BE) is known color: Maverick. HEX triplet: CA, A6 and BE. RGB value is (202,166,190). Sum of RGB (Red+Green+Blue) = 202+166+190=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BE is #355941. Grayscale: #B3B3B3. Windows color (decimal): -3496258 or 12494538. OLE color: 12494538.

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

Color convert

RGB 202 166 190 -
CMYK 0 0.18 0.06 0.21
HSL 320º 0.25% 0.72% -
HSV(B) 320º 0.18% 0.79% -
XYZ 47.29 43.55 54.63 -
YUV 179.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 202 166 190 0 0.18 0.06 0.21 320 0.25 0.72
Hex CA A6 BE 0 12 6 15 140 19 48
Octal 312 246 276 0 22 6 25 500 31 110
Binary 11001010 10100110 10111110 0 10010 110 10101 101000000 11001 1001000

Color Harmonies of #CAA6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6BE

Black with #CAA6BE

Text Example


Text Example

White with #CAA6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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