Html Css Color HEX #CAACC1 Maverick

📋 copy color: '#CAACC1'

red 202 ◦ green 172 ◦ blue 193

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

Shades of Maverick #CAACC1

Tints of Maverick #CAACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.34%

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

R = 35.63%
G = 30.34%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CAACC1 (or 0xCAACC1) is known color: Maverick. HEX triplet: CA, AC and C1. RGB value is (202,172,193). Sum of RGB (Red+Green+Blue) = 202+172+193=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC1 is #35533E. Grayscale: #B7B7B7. Windows color (decimal): -3494719 or 12692682. OLE color: 12692682.

HSL color Cylindrical-coordinate representation of color #CAACC1: hue angle of 318º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC1 is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 193 -
CMYK 0 0.15 0.04 0.21
HSL 318º 0.22% 0.73% -
HSV(B) 318º 0.15% 0.79% -
XYZ 48.74 45.91 56.75 -
YUV 183.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 202 172 193 0 0.15 0.04 0.21 318 0.22 0.73
Hex CA AC C1 0 F 4 15 13E 16 49
Octal 312 254 301 0 17 4 25 476 26 111
Binary 11001010 10101100 11000001 0 1111 100 10101 100111110 10110 1001001

Color Harmonies of #CAACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACC1

Black with #CAACC1

Text Example


Text Example

White with #CAACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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