Html Css Color HEX #C5ACBB Maverick

📋 copy color: '#C5ACBB'

red 197 ◦ green 172 ◦ blue 187

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

Shades of Maverick #C5ACBB

Tints of Maverick #C5ACBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.63%

R = 35.43%
G = 30.94%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C5ACBB (or 0xC5ACBB) is known color: Maverick. HEX triplet: C5, AC and BB. RGB value is (197,172,187). Sum of RGB (Red+Green+Blue) = 197+172+187=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ACBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACBB is #3A5344. Grayscale: #B5B5B5. Windows color (decimal): -3822405 or 12299461. OLE color: 12299461.

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

Color convert

RGB 197 172 187 -
CMYK 0 0.13 0.05 0.23
HSL 324º 0.18% 0.72% -
HSV(B) 324º 0.13% 0.77% -
XYZ 46.75 44.96 53.23 -
YUV 181.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 197 172 187 0 0.13 0.05 0.23 324 0.18 0.72
Hex C5 AC BB 0 D 5 17 144 12 48
Octal 305 254 273 0 15 5 27 504 22 110
Binary 11000101 10101100 10111011 0 1101 101 10111 101000100 10010 1001000

Color Harmonies of #C5ACBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACBB

Black with #C5ACBB

Text Example


Text Example

White with #C5ACBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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