#C3ACBF

Color #C3ACBF Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #C3ACBF

Tints of Maverick #C3ACBF

Color information

#C3ACBF (or 0xC3ACBF) is unknown color: approx Maverick. HEX triplet: C3, AC and BF. RGB value is (195,172,191). Sum of RGB (Red+Green+Blue) = 195+172+191=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ACBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACBF is #3C5340. Grayscale: #B4B4B4. Windows color (decimal): -3953473 or 12561603. OLE color: 12561603.

HSL color Cylindrical-coordinate representation of color #C3ACBF: hue angle of 310.43º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ACBF is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195172191-
CMYK00.120.020.24
HSL310.43º16.08%71.96%-
HSV(B)310.43º11.79%76.47%-
XYZ46.6644.8755.49-
YUV181.04133.62137.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 191 (75% from 255) = 34.23%
R=34.95%
G=30.82%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517219100.120.020.24310.4316.0871.96
HexC3ACBF0C2181361048
Octal30325427701423046620110
Binary110000111010110010111111011001011000100110110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ACBF; }

 p { color: rgb(195,172,191); }

 H1.HeaderClassName
 {
   color: #C3ACBF;
 }
 .AnyTagClassName
 {
   color: #C3ACBF;
 }
</style>
background-color css

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

 a { background-color: rgb(195,172,191); }

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

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

 span { border-color: rgb(195,172,191); }

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