Html Css Color HEX #CAA6C3 Maverick

📋 copy color: '#CAA6C3'

red 202 ◦ green 166 ◦ blue 195

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

Shades of Maverick #CAA6C3

Tints of Maverick #CAA6C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.64%

R = 35.88%
G = 29.48%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CAA6C3 (or 0xCAA6C3) is known color: Maverick. HEX triplet: CA, A6 and C3. RGB value is (202,166,195). Sum of RGB (Red+Green+Blue) = 202+166+195=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA6C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA6C3 is #35593C. Grayscale: #B3B3B3. Windows color (decimal): -3496253 or 12822218. OLE color: 12822218.

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

Color convert

RGB 202 166 195 -
CMYK 0 0.18 0.03 0.21
HSL 311.67º 0.25% 0.72% -
HSV(B) 311.67º 0.18% 0.79% -
XYZ 47.84 43.77 57.56 -
YUV 180.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 202 166 195 0 0.18 0.03 0.21 311.67 0.25 0.72
Hex CA A6 C3 0 12 3 15 138 19 48
Octal 312 246 303 0 22 3 25 470 31 110
Binary 11001010 10100110 11000011 0 10010 11 10101 100111000 11001 1001000

Color Harmonies of #CAA6C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6C3

Black with #CAA6C3

Text Example


Text Example

White with #CAA6C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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