#C3ADBB

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

Shades of Maverick #C3ADBB

Tints of Maverick #C3ADBB

Color information

#C3ADBB (or 0xC3ADBB) is unknown color: approx Maverick. HEX triplet: C3, AD and BB. RGB value is (195,173,187). Sum of RGB (Red+Green+Blue) = 195+173+187=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADBB is #3C5244. Grayscale: #B5B5B5. Windows color (decimal): -3953221 or 12299715. OLE color: 12299715.

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

Color convert

RGB195173187-
CMYK00.110.040.24
HSL321.82º15.49%72.16%-
HSV(B)321.82º11.28%76.47%-
XYZ46.4245.0853.27-
YUV181.17131.29137.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=35.14%
G=31.17%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517318700.110.040.24321.8215.4972.16
HexC3ADBB0B418142f48
Octal30325527301343050217110
Binary110000111010110110111011010111001100010100001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADBB; }

 p { color: rgb(195,173,187); }

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

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

 a { background-color: rgb(195,173,187); }

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

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

 span { border-color: rgb(195,173,187); }

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