#CFA690

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

Shades of Rose #CFA690

Tints of Rose #CFA690

Color information

#CFA690 (or 0xCFA690) is unknown color: approx Rose. HEX triplet: CF, A6 and 90. RGB value is (207,166,144). Sum of RGB (Red+Green+Blue) = 207+166+144=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA690 is #30596F. Grayscale: #AFAFAF. Windows color (decimal): -3168624 or 9479887. OLE color: 9479887.

HSL color Cylindrical-coordinate representation of color #CFA690: hue angle of 20.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA690 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207166144-
CMYK00.200.300.19
HSL20.95º39.62%68.82%-
HSV(B)20.95º30.43%81.18%-
XYZ44.442.5532.26-
YUV175.75110.08150.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 144 (56.64% from 255) = 27.85%
R=40.04%
G=32.11%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716614400.200.300.1920.9539.6268.82
HexCFA6900141E13152845
Octal31724622002436232550105
Binary1100111110100110100100000101001111010011101011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA690; }

 p { color: rgb(207,166,144); }

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

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

 a { background-color: rgb(207,166,144); }

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

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

 span { border-color: rgb(207,166,144); }

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