Html Css Color HEX #C5ACBA Maverick

📋 copy color: '#C5ACBA'

red 197 ◦ green 172 ◦ blue 186

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

Shades of Maverick #C5ACBA

Tints of Maverick #C5ACBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.51%

R = 35.5%
G = 30.99%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C5ACBA (or 0xC5ACBA) is known color: Maverick. HEX triplet: C5, AC and BA. RGB value is (197,172,186). Sum of RGB (Red+Green+Blue) = 197+172+186=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBA is #3A5345. Grayscale: #B5B5B5. Windows color (decimal): -3822406 or 12233925. OLE color: 12233925.

HSL color Cylindrical-coordinate representation of color #C5ACBA: hue angle of 326.4º 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 #C5ACBA is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 172 186 -
CMYK 0 0.13 0.06 0.23
HSL 326.4º 0.18% 0.72% -
HSV(B) 326.4º 0.13% 0.77% -
XYZ 46.64 44.92 52.67 -
YUV 181.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 197 172 186 0 0.13 0.06 0.23 326.4 0.18 0.72
Hex C5 AC BA 0 D 6 17 146 12 48
Octal 305 254 272 0 15 6 27 506 22 110
Binary 11000101 10101100 10111010 0 1101 110 10111 101000110 10010 1001000

Color Harmonies of #C5ACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACBA

Black with #C5ACBA

Text Example


Text Example

White with #C5ACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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