Html Css Color HEX #CAACC4 Maverick

📋 copy color: '#CAACC4'

red 202 ◦ green 172 ◦ blue 196

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

Shades of Maverick #CAACC4

Tints of Maverick #CAACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.39%

R = 35.44%
G = 30.18%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CAACC4 (or 0xCAACC4) is known color: Maverick. HEX triplet: CA, AC and C4. RGB value is (202,172,196). Sum of RGB (Red+Green+Blue) = 202+172+196=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC4 is #35533B. Grayscale: #B7B7B7. Windows color (decimal): -3494716 or 12889290. OLE color: 12889290.

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

Color convert

RGB 202 172 196 -
CMYK 0 0.15 0.03 0.21
HSL 312º 0.22% 0.73% -
HSV(B) 312º 0.15% 0.79% -
XYZ 49.07 46.05 58.53 -
YUV 183.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 202 172 196 0 0.15 0.03 0.21 312 0.22 0.73
Hex CA AC C4 0 F 3 15 138 16 49
Octal 312 254 304 0 17 3 25 470 26 111
Binary 11001010 10101100 11000100 0 1111 11 10101 100111000 10110 1001001

Color Harmonies of #CAACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACC4

Black with #CAACC4

Text Example


Text Example

White with #CAACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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