Html Css Color HEX #C7ACB9 Maverick

📋 copy color: '#C7ACB9'

red 199 ◦ green 172 ◦ blue 185

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

Shades of Maverick #C7ACB9

Tints of Maverick #C7ACB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 35.79%
G = 30.94%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7ACB9 (or 0xC7ACB9) is known color: Maverick. HEX triplet: C7, AC and B9. RGB value is (199,172,185). Sum of RGB (Red+Green+Blue) = 199+172+185=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ACB9 is #385346. Grayscale: #B5B5B5. Windows color (decimal): -3691335 or 12168391. OLE color: 12168391.

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

Color convert

RGB 199 172 185 -
CMYK 0 0.14 0.07 0.22
HSL 331.11º 0.19% 0.73% -
HSV(B) 331.11º 0.14% 0.78% -
XYZ 47.06 45.15 52.13 -
YUV 181.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 199 172 185 0 0.14 0.07 0.22 331.11 0.19 0.73
Hex C7 AC B9 0 E 7 16 14B 13 49
Octal 307 254 271 0 16 7 26 513 23 111
Binary 11000111 10101100 10111001 0 1110 111 10110 101001011 10011 1001001

Color Harmonies of #C7ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ACB9

Black with #C7ACB9

Text Example


Text Example

White with #C7ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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