#CFA392

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

Shades of Rose #CFA392

Tints of Rose #CFA392

Color information

#CFA392 (or 0xCFA392) is unknown color: approx Rose. HEX triplet: CF, A3 and 92. RGB value is (207,163,146). Sum of RGB (Red+Green+Blue) = 207+163+146=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 146 (57.42% from 255 or 28.29% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA392 is #305C6D. Grayscale: #AEAEAE. Windows color (decimal): -3169390 or 9610191. OLE color: 9610191.

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

Color convert

RGB207163146-
CMYK00.210.290.19
HSL16.72º38.85%69.22%-
HSV(B)16.72º29.47%81.18%-
XYZ44.0241.5432.89-
YUV174.22112.08151.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 146 (57.42% from 255) = 28.29%
R=40.12%
G=31.59%
B=28.29%

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
Decimal20716314600.210.290.1916.7238.8569.22
HexCFA3920151D13112745
Octal31724322202535232147105
Binary1100111110100011100100100101011110110011100011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA392; }

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

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

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

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

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

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

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

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