#CFA492

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

Shades of Rose #CFA492

Tints of Rose #CFA492

Color information

#CFA492 (or 0xCFA492) is unknown color: approx Rose. HEX triplet: CF, A4 and 92. RGB value is (207,164,146). Sum of RGB (Red+Green+Blue) = 207+164+146=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA492 is #305B6D. Grayscale: #AEAEAE. Windows color (decimal): -3169134 or 9610447. OLE color: 9610447.

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

Color convert

RGB207164146-
CMYK00.210.290.19
HSL17.7º38.85%69.22%-
HSV(B)17.7º29.47%81.18%-
XYZ44.241.8932.95-
YUV174.8111.75150.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=40.04%
G=31.72%
B=28.24%

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
Decimal20716414600.210.290.1917.738.8569.22
HexCFA4920151D13122745
Octal31724422202535232247105
Binary1100111110100100100100100101011110110011100101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA492; }

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

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

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

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

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

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

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

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