#CFA495

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

Shades of Rose #CFA495

Tints of Rose #CFA495

Color information

#CFA495 (or 0xCFA495) is unknown color: approx Rose. HEX triplet: CF, A4 and 95. RGB value is (207,164,149). Sum of RGB (Red+Green+Blue) = 207+164+149=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA495 is #305B6A. Grayscale: #AFAFAF. Windows color (decimal): -3169131 or 9807055. OLE color: 9807055.

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

Color convert

RGB207164149-
CMYK00.210.280.19
HSL15.52º37.66%69.8%-
HSV(B)15.52º28.02%81.18%-
XYZ44.4341.9934.2-
YUV175.15113.25150.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=39.81%
G=31.54%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716414900.210.280.1915.5237.6669.8
HexCFA4950151C13102646
Octal31724422502534232046106
Binary1100111110100100100101010101011110010011100001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA495; }

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

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

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

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

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

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

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

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