#CFA5BF

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

Shades of Maverick #CFA5BF

Tints of Maverick #CFA5BF

Color information

#CFA5BF (or 0xCFA5BF) is unknown color: approx Maverick. HEX triplet: CF, A5 and BF. RGB value is (207,165,191). Sum of RGB (Red+Green+Blue) = 207+165+191=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5BF is #305A40. Grayscale: #B4B4B4. Windows color (decimal): -3168833 or 12559823. OLE color: 12559823.

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

Color convert

RGB207165191-
CMYK00.200.080.19
HSL322.86º30.43%72.94%-
HSV(B)322.86º20.29%81.18%-
XYZ48.5943.9455.21-
YUV180.52133.91146.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 191 (75% from 255) = 33.93%
R=36.77%
G=29.31%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716519100.200.080.19322.8630.4372.94
HexCFA5BF0148131431e49
Octal317245277024102350336111
Binary110011111010010110111111010100100010011101000011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA5BF; }

 p { color: rgb(207,165,191); }

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

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

 a { background-color: rgb(207,165,191); }

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

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

 span { border-color: rgb(207,165,191); }

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