#CFA18F

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

Shades of Rose #CFA18F

Tints of Rose #CFA18F

Color information

#CFA18F (or 0xCFA18F) is unknown color: approx Rose. HEX triplet: CF, A1 and 8F. RGB value is (207,161,143). Sum of RGB (Red+Green+Blue) = 207+161+143=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA18F is #305E70. Grayscale: #ACACAC. Windows color (decimal): -3169905 or 9413071. OLE color: 9413071.

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

Color convert

RGB207161143-
CMYK00.220.310.19
HSL16.88º40%68.63%-
HSV(B)16.88º30.92%81.18%-
XYZ43.4340.7431.56-
YUV172.7111.24152.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 143 (56.25% from 255) = 27.98%
R=40.51%
G=31.51%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716114300.220.310.1916.884068.63
HexCFA18F0161F13112845
Octal31724121702637232150105
Binary1100111110100001100011110101101111110011100011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA18F; }

 p { color: rgb(207,161,143); }

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

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

 a { background-color: rgb(207,161,143); }

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

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

 span { border-color: rgb(207,161,143); }

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