#CFACB6

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

Shades of Blossom #CFACB6

Tints of Blossom #CFACB6

Color information

#CFACB6 (or 0xCFACB6) is unknown color: approx Blossom. HEX triplet: CF, AC and B6. RGB value is (207,172,182). Sum of RGB (Red+Green+Blue) = 207+172+182=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB6 is #305349. Grayscale: #B7B7B7. Windows color (decimal): -3167050 or 11971791. OLE color: 11971791.

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

Color convert

RGB207172182-
CMYK00.170.120.19
HSL342.86º26.72%74.31%-
HSV(B)342.86º16.91%81.18%-
XYZ48.9346.1550.58-
YUV183.6127.1144.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=36.90%
G=30.66%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717218200.170.120.19342.8626.7274.31
HexCFACB6011C131571b4a
Octal317254266021142352733112
Binary110011111010110010110110010001110010011101010111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACB6; }

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

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

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

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

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

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

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

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