Html Css Color HEX #C7A9C1 Maverick

📋 copy color: '#C7A9C1'

red 199 ◦ green 169 ◦ blue 193

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

Shades of Maverick #C7A9C1

Tints of Maverick #C7A9C1

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.12%

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

R = 35.47%
G = 30.12%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7A9C1 (or 0xC7A9C1) is known color: Maverick. HEX triplet: C7, A9 and C1. RGB value is (199,169,193). Sum of RGB (Red+Green+Blue) = 199+169+193=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A9C1 is #38563E. Grayscale: #B4B4B4. Windows color (decimal): -3692095 or 12691911. OLE color: 12691911.

HSL color Cylindrical-coordinate representation of color #C7A9C1: hue angle of 312º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9C1 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 169 193 -
CMYK 0 0.15 0.03 0.22
HSL 312º 0.21% 0.72% -
HSV(B) 312º 0.15% 0.78% -
XYZ 47.37 44.37 56.52 -
YUV 180.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 199 169 193 0 0.15 0.03 0.22 312 0.21 0.72
Hex C7 A9 C1 0 F 3 16 138 15 48
Octal 307 251 301 0 17 3 26 470 25 110
Binary 11000111 10101001 11000001 0 1111 11 10110 100111000 10101 1001000

Color Harmonies of #C7A9C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A9C1

Black with #C7A9C1

Text Example


Text Example

White with #C7A9C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A9C1; }

 p { color: rgb(199,169,193); }

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

background-color css

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

 a { background-color: rgb(199,169,193); }

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

border-color css

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

 span { border-color: rgb(199,169,193); }

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