#CFA18E

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

Shades of Rose #CFA18E

Tints of Rose #CFA18E

Color information

#CFA18E (or 0xCFA18E) is unknown color: approx Rose. HEX triplet: CF, A1 and 8E. RGB value is (207,161,142). Sum of RGB (Red+Green+Blue) = 207+161+142=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA18E is #305E71. Grayscale: #ACACAC. Windows color (decimal): -3169906 or 9347535. OLE color: 9347535.

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

Color convert

RGB207161142-
CMYK00.220.310.19
HSL17.54º40.37%68.43%-
HSV(B)17.54º31.4%81.18%-
XYZ43.3640.7131.16-
YUV172.59110.74152.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=40.59%
G=31.57%
B=27.84%

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
Decimal20716114200.220.310.1917.5440.3768.43
HexCFA18E0161F13122844
Octal31724121602637232250104
Binary1100111110100001100011100101101111110011100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA18E; }

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

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

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

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

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

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

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

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