Html Css Color HEX #C4ADB9 Maverick

📋 copy color: '#C4ADB9'

red 196 ◦ green 173 ◦ blue 185

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

Shades of Maverick #C4ADB9

Tints of Maverick #C4ADB9

RGB

 RED value IS 196 (76.95% from 255) = 35.38%

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

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

R = 35.38%
G = 31.23%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C4ADB9 (or 0xC4ADB9) is known color: Maverick. HEX triplet: C4, AD and B9. RGB value is (196,173,185). Sum of RGB (Red+Green+Blue) = 196+173+185=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 185 (72.66% from 255 or 33.39% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADB9 is #3B5246. Grayscale: #B5B5B5. Windows color (decimal): -3887687 or 12168644. OLE color: 12168644.

HSL color Cylindrical-coordinate representation of color #C4ADB9: hue angle of 328.7º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4ADB9 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 185 -
CMYK 0 0.12 0.06 0.23
HSL 328.7º 0.16% 0.72% -
HSV(B) 328.7º 0.12% 0.77% -
XYZ 46.47 45.13 52.16 -
YUV 181.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 196 173 185 0 0.12 0.06 0.23 328.7 0.16 0.72
Hex C4 AD B9 0 C 6 17 149 10 48
Octal 304 255 271 0 14 6 27 511 20 110
Binary 11000100 10101101 10111001 0 1100 110 10111 101001001 10000 1001000

Color Harmonies of #C4ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ADB9

Black with #C4ADB9

Text Example


Text Example

White with #C4ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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