#CFA896

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

Shades of Rose #CFA896

Tints of Rose #CFA896

Color information

#CFA896 (or 0xCFA896) is unknown color: approx Rose. HEX triplet: CF, A8 and 96. RGB value is (207,168,150). Sum of RGB (Red+Green+Blue) = 207+168+150=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA896 is #305769. Grayscale: #B1B1B1. Windows color (decimal): -3168106 or 9873615. OLE color: 9873615.

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

Color convert

RGB207168150-
CMYK00.190.280.19
HSL18.95º37.25%70%-
HSV(B)18.95º27.54%81.18%-
XYZ45.2443.4734.86-
YUV177.61112.42148.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=39.43%
G=32%
B=28.57%

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
Decimal20716815000.190.280.1918.9537.2570
HexCFA8960131C13132546
Octal31725022602334232345106
Binary1100111110101000100101100100111110010011100111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA896; }

 p { color: rgb(207,168,150); }

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

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

 a { background-color: rgb(207,168,150); }

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

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

 span { border-color: rgb(207,168,150); }

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