#CFACBD

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

Shades of Maverick #CFACBD

Tints of Maverick #CFACBD

Color information

#CFACBD (or 0xCFACBD) is unknown color: approx Maverick. HEX triplet: CF, AC and BD. RGB value is (207,172,189). Sum of RGB (Red+Green+Blue) = 207+172+189=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACBD is #305342. Grayscale: #B8B8B8. Windows color (decimal): -3167043 or 12430543. OLE color: 12430543.

HSL color Cylindrical-coordinate representation of color #CFACBD: hue angle of 330.86º 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 #CFACBD is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207172189-
CMYK00.170.090.19
HSL330.86º26.72%74.31%-
HSV(B)330.86º16.91%81.18%-
XYZ49.6746.4454.49-
YUV184.4130.6144.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.44%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=36.44%
G=30.28%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717218900.170.090.19330.8626.7274.31
HexCFACBD01191314b1b4a
Octal317254275021112351333112
Binary110011111010110010111101010001100110011101001011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACBD; }

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

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

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

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

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

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

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

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