#CFA797

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

Shades of Rose #CFA797

Tints of Rose #CFA797

Color information

#CFA797 (or 0xCFA797) is unknown color: approx Rose. HEX triplet: CF, A7 and 97. RGB value is (207,167,151). Sum of RGB (Red+Green+Blue) = 207+167+151=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 151 (59.38% from 255 or 28.76% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA797 is #305868. Grayscale: #B1B1B1. Windows color (decimal): -3168361 or 9938895. OLE color: 9938895.

HSL color Cylindrical-coordinate representation of color #CFA797: hue angle of 17.14º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFA797 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB207167151-
CMYK00.190.270.19
HSL17.14º36.84%70.2%-
HSV(B)17.14º27.05%81.18%-
XYZ45.1443.1435.23-
YUV177.14113.25149.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 151 (59.38% from 255) = 28.76%
R=39.43%
G=31.81%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716715100.190.270.1917.1436.8470.2
HexCFA7970131B13112546
Octal31724722702333232145106
Binary1100111110100111100101110100111101110011100011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA797; }

 p { color: rgb(207,167,151); }

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

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

 a { background-color: rgb(207,167,151); }

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

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

 span { border-color: rgb(207,167,151); }

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