#CFA8B1

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

Shades of Blossom #CFA8B1

Tints of Blossom #CFA8B1

Color information

#CFA8B1 (or 0xCFA8B1) is unknown color: approx Blossom. HEX triplet: CF, A8 and B1. RGB value is (207,168,177). Sum of RGB (Red+Green+Blue) = 207+168+177=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA8B1 is #30574E. Grayscale: #B4B4B4. Windows color (decimal): -3168079 or 11643087. OLE color: 11643087.

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

Color convert

RGB207168177-
CMYK00.190.140.19
HSL346.15º28.89%73.53%-
HSV(B)346.15º18.84%81.18%-
XYZ47.6744.4447.66-
YUV180.69125.92146.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=37.5%
G=30.43%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716817700.190.140.19346.1528.8973.53
HexCFA8B1013E1315a1d4a
Octal317250261023162353235112
Binary110011111010100010110001010011111010011101011010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA8B1; }

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

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

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

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

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

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

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

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