#CFA4BE

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

Shades of Maverick #CFA4BE

Tints of Maverick #CFA4BE

Color information

#CFA4BE (or 0xCFA4BE) is unknown color: approx Maverick. HEX triplet: CF, A4 and BE. RGB value is (207,164,190). Sum of RGB (Red+Green+Blue) = 207+164+190=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4BE is #305B41. Grayscale: #B3B3B3. Windows color (decimal): -3169090 or 12494031. OLE color: 12494031.

HSL color Cylindrical-coordinate representation of color #CFA4BE: hue angle of 323.72º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA4BE is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207164190-
CMYK00.210.080.19
HSL323.72º30.94%72.75%-
HSV(B)323.72º20.77%81.18%-
XYZ48.343.5354.57-
YUV179.82133.75147.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 164 (64.45% from 255) = 29.23%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=36.90%
G=29.23%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716419000.210.080.19323.7230.9472.75
HexCFA4BE0158131441f49
Octal317244276025102350437111
Binary110011111010010010111110010101100010011101000100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA4BE; }

 p { color: rgb(207,164,190); }

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

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

 a { background-color: rgb(207,164,190); }

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

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

 span { border-color: rgb(207,164,190); }

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