Html Css Color HEX #CAA6BD Maverick

📋 copy color: '#CAA6BD'

red 202 ◦ green 166 ◦ blue 189

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

Shades of Maverick #CAA6BD

Tints of Maverick #CAA6BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 36.27%
G = 29.8%
B = 33.93%

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

#CAA6BD (or 0xCAA6BD) is known color: Maverick. HEX triplet: CA, A6 and BD. RGB value is (202,166,189). Sum of RGB (Red+Green+Blue) = 202+166+189=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6BD is #355942. Grayscale: #B3B3B3. Windows color (decimal): -3496259 or 12429002. OLE color: 12429002.

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

Color convert

RGB 202 166 189 -
CMYK 0 0.18 0.06 0.21
HSL 321.67º 0.25% 0.72% -
HSV(B) 321.67º 0.18% 0.79% -
XYZ 47.18 43.5 54.05 -
YUV 179.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 202 166 189 0 0.18 0.06 0.21 321.67 0.25 0.72
Hex CA A6 BD 0 12 6 15 142 19 48
Octal 312 246 275 0 22 6 25 502 31 110
Binary 11001010 10100110 10111101 0 10010 110 10101 101000010 11001 1001000

Color Harmonies of #CAA6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6BD

Black with #CAA6BD

Text Example


Text Example

White with #CAA6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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