Html Css Color HEX #C2ACB9 Maverick

📋 copy color: '#C2ACB9'

red 194 ◦ green 172 ◦ blue 185

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

Shades of Maverick #C2ACB9

Tints of Maverick #C2ACB9

RGB

 RED value IS 194 (76.17% from 255) = 35.21%

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

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

R = 35.21%
G = 31.22%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C2ACB9 (or 0xC2ACB9) is known color: Maverick. HEX triplet: C2, AC and B9. RGB value is (194,172,185). Sum of RGB (Red+Green+Blue) = 194+172+185=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB9 is #3D5346. Grayscale: #B4B4B4. Windows color (decimal): -4019015 or 12168386. OLE color: 12168386.

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

Color convert

RGB 194 172 185 -
CMYK 0 0.11 0.05 0.24
HSL 324.55º 0.15% 0.72% -
HSV(B) 324.55º 0.11% 0.76% -
XYZ 45.76 44.48 52.07 -
YUV 180.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 194 172 185 0 0.11 0.05 0.24 324.55 0.15 0.72
Hex C2 AC B9 0 B 5 18 145 F 48
Octal 302 254 271 0 13 5 30 505 17 110
Binary 11000010 10101100 10111001 0 1011 101 11000 101000101 1111 1001000

Color Harmonies of #C2ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACB9

Black with #C2ACB9

Text Example


Text Example

White with #C2ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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