#CFA893

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

Shades of Rose #CFA893

Tints of Rose #CFA893

Color information

#CFA893 (or 0xCFA893) is unknown color: approx Rose. HEX triplet: CF, A8 and 93. RGB value is (207,168,147). Sum of RGB (Red+Green+Blue) = 207+168+147=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA893 is #30576C. Grayscale: #B1B1B1. Windows color (decimal): -3168109 or 9677007. OLE color: 9677007.

HSL color Cylindrical-coordinate representation of color #CFA893: hue angle of 21º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFA893 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB207168147-
CMYK00.190.290.19
HSL21º38.46%69.41%-
HSV(B)21º28.99%81.18%-
XYZ4543.3833.6-
YUV177.27110.92149.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.66%
GREEN value IS 168 (66.02% from 255) = 32.18%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=39.66%
G=32.18%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716814700.190.290.192138.4669.41
HexCFA8930131D13152645
Octal31725022302335232546105
Binary1100111110101000100100110100111110110011101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA893; }

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

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

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

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

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

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

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

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