#CFA393

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

Shades of Rose #CFA393

Tints of Rose #CFA393

Color information

#CFA393 (or 0xCFA393) is unknown color: approx Rose. HEX triplet: CF, A3 and 93. RGB value is (207,163,147). Sum of RGB (Red+Green+Blue) = 207+163+147=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA393 is #305C6C. Grayscale: #AEAEAE. Windows color (decimal): -3169389 or 9675727. OLE color: 9675727.

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

Color convert

RGB207163147-
CMYK00.210.290.19
HSL16º38.46%69.41%-
HSV(B)16º28.99%81.18%-
XYZ44.141.5733.3-
YUV174.33112.58151.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=40.04%
G=31.53%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716314700.210.290.191638.4669.41
HexCFA3930151D13102645
Octal31724322302535232046105
Binary1100111110100011100100110101011110110011100001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA393; }

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

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

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

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

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

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

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

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