Html Css Color HEX #C1ACB9 Maverick

📋 copy color: '#C1ACB9'

red 193 ◦ green 172 ◦ blue 185

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

Shades of Maverick #C1ACB9

Tints of Maverick #C1ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

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

R = 35.09%
G = 31.27%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C1ACB9 (or 0xC1ACB9) is known color: Maverick. HEX triplet: C1, AC and B9. RGB value is (193,172,185). Sum of RGB (Red+Green+Blue) = 193+172+185=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1ACB9 is #3E5346. Grayscale: #B3B3B3. Windows color (decimal): -4084551 or 12168385. OLE color: 12168385.

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

Color convert

RGB 193 172 185 -
CMYK 0 0.11 0.04 0.24
HSL 322.86º 0.14% 0.72% -
HSV(B) 322.86º 0.11% 0.76% -
XYZ 45.5 44.35 52.06 -
YUV 179.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 193 172 185 0 0.11 0.04 0.24 322.86 0.14 0.72
Hex C1 AC B9 0 B 4 18 143 E 48
Octal 301 254 271 0 13 4 30 503 16 110
Binary 11000001 10101100 10111001 0 1011 100 11000 101000011 1110 1001000

Color Harmonies of #C1ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ACB9

Black with #C1ACB9

Text Example


Text Example

White with #C1ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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