#CFA795

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

Shades of Rose #CFA795

Tints of Rose #CFA795

Color information

#CFA795 (or 0xCFA795) is unknown color: approx Rose. HEX triplet: CF, A7 and 95. RGB value is (207,167,149). Sum of RGB (Red+Green+Blue) = 207+167+149=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA795 is #30586A. Grayscale: #B1B1B1. Windows color (decimal): -3168363 or 9807823. OLE color: 9807823.

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

Color convert

RGB207167149-
CMYK00.190.280.19
HSL18.62º37.66%69.8%-
HSV(B)18.62º28.02%81.18%-
XYZ44.9843.0734.38-
YUV176.91112.25149.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 149 (58.59% from 255) = 28.49%
R=39.58%
G=31.93%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716714900.190.280.1918.6237.6669.8
HexCFA7950131C13132646
Octal31724722502334232346106
Binary1100111110100111100101010100111110010011100111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA795; }

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

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

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

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

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

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

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

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