#CFACBE

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

Shades of Maverick #CFACBE

Tints of Maverick #CFACBE

Color information

#CFACBE (or 0xCFACBE) is unknown color: approx Maverick. HEX triplet: CF, AC and BE. RGB value is (207,172,190). Sum of RGB (Red+Green+Blue) = 207+172+190=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACBE is #305341. Grayscale: #B8B8B8. Windows color (decimal): -3167042 or 12496079. OLE color: 12496079.

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

Color convert

RGB207172190-
CMYK00.170.080.19
HSL329.14º26.72%74.31%-
HSV(B)329.14º16.91%81.18%-
XYZ49.7846.4955.06-
YUV184.52131.1144.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.38%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=36.38%
G=30.23%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717219000.170.080.19329.1426.7274.31
HexCFACBE0118131491b4a
Octal317254276021102351133112
Binary110011111010110010111110010001100010011101001001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACBE; }

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

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

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

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

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

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

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

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