#C4AFBB

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

Shades of Maverick #C4AFBB

Tints of Maverick #C4AFBB

Color information

#C4AFBB (or 0xC4AFBB) is unknown color: approx Maverick. HEX triplet: C4, AF and BB. RGB value is (196,175,187). Sum of RGB (Red+Green+Blue) = 196+175+187=558 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.13% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBB is #3B5044. Grayscale: #B6B6B6. Windows color (decimal): -3887173 or 12300228. OLE color: 12300228.

HSL color Cylindrical-coordinate representation of color #C4AFBB: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFBB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196175187-
CMYK00.110.050.23
HSL325.71º15.11%72.75%-
HSV(B)325.71º10.71%76.86%-
XYZ47.0645.9853.41-
YUV182.65130.46137.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.13%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 187 (73.44% from 255) = 33.51%
R=35.13%
G=31.36%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617518700.110.050.23325.7115.1172.75
HexC4AFBB0B517146f49
Octal30425727301352750617111
Binary110001001010111110111011010111011011110100011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFBB; }

 p { color: rgb(196,175,187); }

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

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

 a { background-color: rgb(196,175,187); }

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

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

 span { border-color: rgb(196,175,187); }

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