Html Css Color HEX #CAA6C1 Maverick

📋 copy color: '#CAA6C1'

red 202 ◦ green 166 ◦ blue 193

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

Shades of Maverick #CAA6C1

Tints of Maverick #CAA6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.4%

R = 36.01%
G = 29.59%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CAA6C1 (or 0xCAA6C1) is known color: Maverick. HEX triplet: CA, A6 and C1. RGB value is (202,166,193). Sum of RGB (Red+Green+Blue) = 202+166+193=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 166 (65.23% from 255 or 29.59% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C1 is #35593E. Grayscale: #B3B3B3. Windows color (decimal): -3496255 or 12691146. OLE color: 12691146.

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

Color convert

RGB 202 166 193 -
CMYK 0 0.18 0.04 0.21
HSL 315º 0.25% 0.72% -
HSV(B) 315º 0.18% 0.79% -
XYZ 47.62 43.68 56.37 -
YUV 179.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 202 166 193 0 0.18 0.04 0.21 315 0.25 0.72
Hex CA A6 C1 0 12 4 15 13B 19 48
Octal 312 246 301 0 22 4 25 473 31 110
Binary 11001010 10100110 11000001 0 10010 100 10101 100111011 11001 1001000

Color Harmonies of #CAA6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6C1

Black with #CAA6C1

Text Example


Text Example

White with #CAA6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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