#CFA292

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

Shades of Rose #CFA292

Tints of Rose #CFA292

Color information

#CFA292 (or 0xCFA292) is unknown color: approx Rose. HEX triplet: CF, A2 and 92. RGB value is (207,162,146). Sum of RGB (Red+Green+Blue) = 207+162+146=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 162 (63.67% from 255 or 31.46% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA292 is #305D6D. Grayscale: #ADADAD. Windows color (decimal): -3169646 or 9609935. OLE color: 9609935.

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

Color convert

RGB207162146-
CMYK00.220.290.19
HSL15.74º38.85%69.22%-
HSV(B)15.74º29.47%81.18%-
XYZ43.8441.1832.83-
YUV173.63112.41151.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 162 (63.67% from 255) = 31.46%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=40.19%
G=31.46%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716214600.220.290.1915.7438.8569.22
HexCFA2920161D13102745
Octal31724222202635232047105
Binary1100111110100010100100100101101110110011100001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA292; }

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

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

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

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

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

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

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

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