Html Css Color HEX #C1ADB8 Maverick

📋 copy color: '#C1ADB8'

red 193 ◦ green 173 ◦ blue 184

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

Shades of Maverick #C1ADB8

Tints of Maverick #C1ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.45%

R = 35.09%
G = 31.45%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C1ADB8 (or 0xC1ADB8) is known color: Maverick. HEX triplet: C1, AD and B8. RGB value is (193,173,184). Sum of RGB (Red+Green+Blue) = 193+173+184=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ADB8 is #3E5247. Grayscale: #B4B4B4. Windows color (decimal): -4084296 or 12103105. OLE color: 12103105.

HSL color Cylindrical-coordinate representation of color #C1ADB8: hue angle of 327º 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 #C1ADB8 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 184 -
CMYK 0 0.10 0.05 0.24
HSL 327º 0.14% 0.72% -
HSV(B) 327º 0.1% 0.76% -
XYZ 45.59 44.69 51.57 -
YUV 180.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 193 173 184 0 0.10 0.05 0.24 327 0.14 0.72
Hex C1 AD B8 0 A 5 18 147 E 48
Octal 301 255 270 0 12 5 30 507 16 110
Binary 11000001 10101101 10111000 0 1010 101 11000 101000111 1110 1001000

Color Harmonies of #C1ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ADB8

Black with #C1ADB8

Text Example


Text Example

White with #C1ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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