#CFA097

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

Shades of Rose #CFA097

Tints of Rose #CFA097

Color information

#CFA097 (or 0xCFA097) is unknown color: approx Rose. HEX triplet: CF, A0 and 97. RGB value is (207,160,151). Sum of RGB (Red+Green+Blue) = 207+160+151=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA097 is #305F68. Grayscale: #ADADAD. Windows color (decimal): -3170153 or 9937103. OLE color: 9937103.

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

Color convert

RGB207160151-
CMYK00.230.270.19
HSL9.64º36.84%70.2%-
HSV(B)9.64º27.05%81.18%-
XYZ43.8940.6434.81-
YUV173.03115.57152.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 151 (59.38% from 255) = 29.15%
R=39.96%
G=30.89%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716015100.230.270.199.6436.8470.2
HexCFA0970171B13a2546
Octal31724022702733231245106
Binary110011111010000010010111010111110111001110101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA097; }

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

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

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

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

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

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

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

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