Html Css Color HEX #C7ADC1 Maverick

📋 copy color: '#C7ADC1'

red 199 ◦ green 173 ◦ blue 193

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

Shades of Maverick #C7ADC1

Tints of Maverick #C7ADC1

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.62%

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

R = 35.22%
G = 30.62%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C7ADC1 (or 0xC7ADC1) is known color: Maverick. HEX triplet: C7, AD and C1. RGB value is (199,173,193). Sum of RGB (Red+Green+Blue) = 199+173+193=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADC1 is #38523E. Grayscale: #B6B6B6. Windows color (decimal): -3691071 or 12692935. OLE color: 12692935.

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

Color convert

RGB 199 173 193 -
CMYK 0 0.13 0.03 0.22
HSL 313.85º 0.19% 0.73% -
HSV(B) 313.85º 0.13% 0.78% -
XYZ 48.12 45.88 56.77 -
YUV 183.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 199 173 193 0 0.13 0.03 0.22 313.85 0.19 0.73
Hex C7 AD C1 0 D 3 16 13A 13 49
Octal 307 255 301 0 15 3 26 472 23 111
Binary 11000111 10101101 11000001 0 1101 11 10110 100111010 10011 1001001

Color Harmonies of #C7ADC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADC1

Black with #C7ADC1

Text Example


Text Example

White with #C7ADC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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