Html Css Color HEX #C2ACBE Maverick

📋 copy color: '#C2ACBE'

red 194 ◦ green 172 ◦ blue 190

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

Shades of Maverick #C2ACBE

Tints of Maverick #C2ACBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.17%

R = 34.89%
G = 30.94%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C2ACBE (or 0xC2ACBE) is known color: Maverick. HEX triplet: C2, AC and BE. RGB value is (194,172,190). Sum of RGB (Red+Green+Blue) = 194+172+190=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACBE is #3D5341. Grayscale: #B4B4B4. Windows color (decimal): -4019010 or 12496066. OLE color: 12496066.

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

Color convert

RGB 194 172 190 -
CMYK 0 0.11 0.02 0.24
HSL 310.91º 0.15% 0.72% -
HSV(B) 310.91º 0.11% 0.76% -
XYZ 46.29 44.69 54.9 -
YUV 180.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 194 172 190 0 0.11 0.02 0.24 310.91 0.15 0.72
Hex C2 AC BE 0 B 2 18 137 F 48
Octal 302 254 276 0 13 2 30 467 17 110
Binary 11000010 10101100 10111110 0 1011 10 11000 100110111 1111 1001000

Color Harmonies of #C2ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACBE

Black with #C2ACBE

Text Example


Text Example

White with #C2ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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