#CFA8BA

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

Shades of Maverick #CFA8BA

Tints of Maverick #CFA8BA

Color information

#CFA8BA (or 0xCFA8BA) is unknown color: approx Maverick. HEX triplet: CF, A8 and BA. RGB value is (207,168,186). Sum of RGB (Red+Green+Blue) = 207+168+186=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 186 (73.05% from 255 or 33.16% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8BA is #305745. Grayscale: #B5B5B5. Windows color (decimal): -3168070 or 12232911. OLE color: 12232911.

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

Color convert

RGB207168186-
CMYK00.190.100.19
HSL332.31º28.89%73.53%-
HSV(B)332.31º18.84%81.18%-
XYZ48.644.8252.54-
YUV181.71130.42146.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 168 (66.02% from 255) = 29.95%
BLUE value IS 186 (73.05% from 255) = 33.16%
R=36.90%
G=29.95%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716818600.190.100.19332.3128.8973.53
HexCFA8BA013A1314c1d4a
Octal317250272023122351435112
Binary110011111010100010111010010011101010011101001100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8BA; }

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

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

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

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

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

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

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

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