Html Css Color HEX #C7ADBA Maverick

📋 copy color: '#C7ADBA'

red 199 ◦ green 173 ◦ blue 186

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

Shades of Maverick #C7ADBA

Tints of Maverick #C7ADBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.33%

R = 35.66%
G = 31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7ADBA (or 0xC7ADBA) is known color: Maverick. HEX triplet: C7, AD and BA. RGB value is (199,173,186). Sum of RGB (Red+Green+Blue) = 199+173+186=558 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.66% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADBA is #385245. Grayscale: #B6B6B6. Windows color (decimal): -3691078 or 12234183. OLE color: 12234183.

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

Color convert

RGB 199 173 186 -
CMYK 0 0.13 0.07 0.22
HSL 330º 0.19% 0.73% -
HSV(B) 330º 0.13% 0.78% -
XYZ 47.36 45.57 52.76 -
YUV 182.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 199 173 186 0 0.13 0.07 0.22 330 0.19 0.73
Hex C7 AD BA 0 D 7 16 14A 13 49
Octal 307 255 272 0 15 7 26 512 23 111
Binary 11000111 10101101 10111010 0 1101 111 10110 101001010 10011 1001001

Color Harmonies of #C7ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ADBA

Black with #C7ADBA

Text Example


Text Example

White with #C7ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ADBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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