Html Css Color HEX #C1ADB9 Maverick

📋 copy color: '#C1ADB9'

red 193 ◦ green 173 ◦ blue 185

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

Shades of Maverick #C1ADB9

Tints of Maverick #C1ADB9

RGB

 RED value IS 193 (75.78% from 255) = 35.03%

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

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

R = 35.03%
G = 31.4%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C1ADB9 (or 0xC1ADB9) is known color: Maverick. HEX triplet: C1, AD and B9. RGB value is (193,173,185). Sum of RGB (Red+Green+Blue) = 193+173+185=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADB9 is #3E5246. Grayscale: #B4B4B4. Windows color (decimal): -4084295 or 12168641. OLE color: 12168641.

HSL color Cylindrical-coordinate representation of color #C1ADB9: hue angle of 324º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1ADB9 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 185 -
CMYK 0 0.10 0.04 0.24
HSL 324º 0.14% 0.72% -
HSV(B) 324º 0.1% 0.76% -
XYZ 45.69 44.73 52.12 -
YUV 180.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 193 173 185 0 0.10 0.04 0.24 324 0.14 0.72
Hex C1 AD B9 0 A 4 18 144 E 48
Octal 301 255 271 0 12 4 30 504 16 110
Binary 11000001 10101101 10111001 0 1010 100 11000 101000100 1110 1001000

Color Harmonies of #C1ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADB9

Black with #C1ADB9

Text Example


Text Example

White with #C1ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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