#CFA9BA

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

Shades of Maverick #CFA9BA

Tints of Maverick #CFA9BA

Color information

#CFA9BA (or 0xCFA9BA) is unknown color: approx Maverick. HEX triplet: CF, A9 and BA. RGB value is (207,169,186). Sum of RGB (Red+Green+Blue) = 207+169+186=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9BA is #305645. Grayscale: #B6B6B6. Windows color (decimal): -3167814 or 12233167. OLE color: 12233167.

HSL color Cylindrical-coordinate representation of color #CFA9BA: hue angle of 333.16º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9BA is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207169186-
CMYK00.180.100.19
HSL333.16º28.36%73.73%-
HSV(B)333.16º18.36%81.18%-
XYZ48.7845.1952.61-
YUV182.3130.09145.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 169 (66.41% from 255) = 30.07%
BLUE value IS 186 (73.05% from 255) = 33.10%
R=36.83%
G=30.07%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716918600.180.100.19333.1628.3673.73
HexCFA9BA012A1314d1c4a
Octal317251272022122351534112
Binary110011111010100110111010010010101010011101001101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9BA; }

 p { color: rgb(207,169,186); }

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

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

 a { background-color: rgb(207,169,186); }

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

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

 span { border-color: rgb(207,169,186); }

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