Html Css Color HEX #C5ACBE Maverick

📋 copy color: '#C5ACBE'

red 197 ◦ green 172 ◦ blue 190

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

Shades of Maverick #C5ACBE

Tints of Maverick #C5ACBE

RGB

 RED value IS 197 (77.34% from 255) = 35.24%

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

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

R = 35.24%
G = 30.77%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5ACBE (or 0xC5ACBE) is known color: Maverick. HEX triplet: C5, AC and BE. RGB value is (197,172,190). Sum of RGB (Red+Green+Blue) = 197+172+190=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBE is #3A5341. Grayscale: #B5B5B5. Windows color (decimal): -3822402 or 12496069. OLE color: 12496069.

HSL color Cylindrical-coordinate representation of color #C5ACBE: hue angle of 316.8º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ACBE is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 190 -
CMYK 0 0.13 0.04 0.23
HSL 316.8º 0.18% 0.72% -
HSV(B) 316.8º 0.13% 0.77% -
XYZ 47.07 45.09 54.94 -
YUV 181.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 197 172 190 0 0.13 0.04 0.23 316.8 0.18 0.72
Hex C5 AC BE 0 D 4 17 13D 12 48
Octal 305 254 276 0 15 4 27 475 22 110
Binary 11000101 10101100 10111110 0 1101 100 10111 100111101 10010 1001000

Color Harmonies of #C5ACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACBE

Black with #C5ACBE

Text Example


Text Example

White with #C5ACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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