Html Css Color HEX #C7ADC3 Maverick

📋 copy color: '#C7ADC3'

red 199 ◦ green 173 ◦ blue 195

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

Shades of Maverick #C7ADC3

Tints of Maverick #C7ADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 34.39%

R = 35.1%
G = 30.51%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C7ADC3 (or 0xC7ADC3) is known color: Maverick. HEX triplet: C7, AD and C3. RGB value is (199,173,195). Sum of RGB (Red+Green+Blue) = 199+173+195=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 195 (76.56% from 255 or 34.39% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADC3 is #38523C. Grayscale: #B7B7B7. Windows color (decimal): -3691069 or 12824007. OLE color: 12824007.

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

Color convert

RGB 199 173 195 -
CMYK 0 0.13 0.02 0.22
HSL 309.23º 0.19% 0.73% -
HSV(B) 309.23º 0.13% 0.78% -
XYZ 48.35 45.97 57.95 -
YUV 183.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 199 173 195 0 0.13 0.02 0.22 309.23 0.19 0.73
Hex C7 AD C3 0 D 2 16 135 13 49
Octal 307 255 303 0 15 2 26 465 23 111
Binary 11000111 10101101 11000011 0 1101 10 10110 100110101 10011 1001001

Color Harmonies of #C7ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADC3

Black with #C7ADC3

Text Example


Text Example

White with #C7ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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