Html Css Color HEX #C8ACC1 Maverick

📋 copy color: '#C8ACC1'

red 200 ◦ green 172 ◦ blue 193

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

Shades of Maverick #C8ACC1

Tints of Maverick #C8ACC1

RGB

 RED value IS 200 (78.52% from 255) = 35.4%

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

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

R = 35.4%
G = 30.44%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C8ACC1 (or 0xC8ACC1) is known color: Maverick. HEX triplet: C8, AC and C1. RGB value is (200,172,193). Sum of RGB (Red+Green+Blue) = 200+172+193=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACC1 is #37533E. Grayscale: #B6B6B6. Windows color (decimal): -3625791 or 12692680. OLE color: 12692680.

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

Color convert

RGB 200 172 193 -
CMYK 0 0.14 0.04 0.22
HSL 315º 0.2% 0.73% -
HSV(B) 315º 0.14% 0.78% -
XYZ 48.2 45.63 56.72 -
YUV 182.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 200 172 193 0 0.14 0.04 0.22 315 0.2 0.73
Hex C8 AC C1 0 E 4 16 13B 14 49
Octal 310 254 301 0 16 4 26 473 24 111
Binary 11001000 10101100 11000001 0 1110 100 10110 100111011 10100 1001001

Color Harmonies of #C8ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ACC1

Black with #C8ACC1

Text Example


Text Example

White with #C8ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ACC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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