Html Css Color HEX #C8ADB9 Maverick

📋 copy color: '#C8ADB9'

red 200 ◦ green 173 ◦ blue 185

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

Shades of Maverick #C8ADB9

Tints of Maverick #C8ADB9

RGB

 RED value IS 200 (78.52% from 255) = 35.84%

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

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

R = 35.84%
G = 31%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C8ADB9 (or 0xC8ADB9) is known color: Maverick. HEX triplet: C8, AD and B9. RGB value is (200,173,185). Sum of RGB (Red+Green+Blue) = 200+173+185=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADB9 is #375246. Grayscale: #B6B6B6. Windows color (decimal): -3625543 or 12168648. OLE color: 12168648.

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

Color convert

RGB 200 173 185 -
CMYK 0 0.14 0.08 0.22
HSL 333.33º 0.2% 0.73% -
HSV(B) 333.33º 0.14% 0.78% -
XYZ 47.52 45.67 52.21 -
YUV 182.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 200 173 185 0 0.14 0.08 0.22 333.33 0.2 0.73
Hex C8 AD B9 0 E 8 16 14D 14 49
Octal 310 255 271 0 16 10 26 515 24 111
Binary 11001000 10101101 10111001 0 1110 1000 10110 101001101 10100 1001001

Color Harmonies of #C8ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADB9

Black with #C8ADB9

Text Example


Text Example

White with #C8ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADB9; }

 p { color: rgb(200,173,185); }

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

background-color css

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

 a { background-color: rgb(200,173,185); }

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

border-color css

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

 span { border-color: rgb(200,173,185); }

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