Html Css Color HEX #C7ACBE Maverick

📋 copy color: '#C7ACBE'

red 199 ◦ green 172 ◦ blue 190

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

Shades of Maverick #C7ACBE

Tints of Maverick #C7ACBE

RGB

 RED value IS 199 (78.13% from 255) = 35.47%

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

 BLUE value IS 190 (74.61% from 255) = 33.87%

R = 35.47%
G = 30.66%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7ACBE (or 0xC7ACBE) is known color: Maverick. HEX triplet: C7, AC and BE. RGB value is (199,172,190). Sum of RGB (Red+Green+Blue) = 199+172+190=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACBE is #385341. Grayscale: #B6B6B6. Windows color (decimal): -3691330 or 12496071. OLE color: 12496071.

HSL color Cylindrical-coordinate representation of color #C7ACBE: hue angle of 320º degrees, saturation: 0.19, 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 #C7ACBE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 190 -
CMYK 0 0.14 0.05 0.22
HSL 320º 0.19% 0.73% -
HSV(B) 320º 0.14% 0.78% -
XYZ 47.6 45.36 54.96 -
YUV 182.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 199 172 190 0 0.14 0.05 0.22 320 0.19 0.73
Hex C7 AC BE 0 E 5 16 140 13 49
Octal 307 254 276 0 16 5 26 500 23 111
Binary 11000111 10101100 10111110 0 1110 101 10110 101000000 10011 1001001

Color Harmonies of #C7ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACBE

Black with #C7ACBE

Text Example


Text Example

White with #C7ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACBE; }

 p { color: rgb(199,172,190); }

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

background-color css

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

 a { background-color: rgb(199,172,190); }

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

border-color css

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

 span { border-color: rgb(199,172,190); }

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