Html Css Color HEX #C5ACC1 Maverick

📋 copy color: '#C5ACC1'

red 197 ◦ green 172 ◦ blue 193

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

Shades of Maverick #C5ACC1

Tints of Maverick #C5ACC1

RGB

 RED value IS 197 (77.34% from 255) = 35.05%

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

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

R = 35.05%
G = 30.6%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C5ACC1 (or 0xC5ACC1) is known color: Maverick. HEX triplet: C5, AC and C1. RGB value is (197,172,193). Sum of RGB (Red+Green+Blue) = 197+172+193=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACC1 is #3A533E. Grayscale: #B5B5B5. Windows color (decimal): -3822399 or 12692677. OLE color: 12692677.

HSL color Cylindrical-coordinate representation of color #C5ACC1: hue angle of 309.6º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACC1 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 193 -
CMYK 0 0.13 0.02 0.23
HSL 309.6º 0.18% 0.72% -
HSV(B) 309.6º 0.13% 0.77% -
XYZ 47.4 45.23 56.68 -
YUV 181.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 197 172 193 0 0.13 0.02 0.23 309.6 0.18 0.72
Hex C5 AC C1 0 D 2 17 136 12 48
Octal 305 254 301 0 15 2 27 466 22 110
Binary 11000101 10101100 11000001 0 1101 10 10111 100110110 10010 1001000

Color Harmonies of #C5ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACC1

Black with #C5ACC1

Text Example


Text Example

White with #C5ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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