#CFA493

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

Shades of Rose #CFA493

Tints of Rose #CFA493

Color information

#CFA493 (or 0xCFA493) is unknown color: approx Rose. HEX triplet: CF, A4 and 93. RGB value is (207,164,147). Sum of RGB (Red+Green+Blue) = 207+164+147=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 164 (64.45% from 255 or 31.66% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA493 is #305B6C. Grayscale: #AFAFAF. Windows color (decimal): -3169133 or 9675983. OLE color: 9675983.

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

Color convert

RGB207164147-
CMYK00.210.290.19
HSL17º38.46%69.41%-
HSV(B)17º28.99%81.18%-
XYZ44.2741.9233.36-
YUV174.92112.25150.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 164 (64.45% from 255) = 31.66%
BLUE value IS 147 (57.81% from 255) = 28.38%
R=39.96%
G=31.66%
B=28.38%

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
Decimal20716414700.210.290.191738.4669.41
HexCFA4930151D13112645
Octal31724422302535232146105
Binary1100111110100100100100110101011110110011100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA493; }

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

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

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

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

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

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

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

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