#CFA38D

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

Shades of Rose #CFA38D

Tints of Rose #CFA38D

Color information

#CFA38D (or 0xCFA38D) is unknown color: approx Rose. HEX triplet: CF, A3 and 8D. RGB value is (207,163,141). Sum of RGB (Red+Green+Blue) = 207+163+141=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA38D is #305C72. Grayscale: #ADADAD. Windows color (decimal): -3169395 or 9282511. OLE color: 9282511.

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

Color convert

RGB207163141-
CMYK00.210.320.19
HSL20º40.74%68.24%-
HSV(B)20º31.88%81.18%-
XYZ43.6441.3830.89-
YUV173.65109.58151.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 163 (64.06% from 255) = 31.90%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=40.51%
G=31.90%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716314100.210.320.192040.7468.24
HexCFA38D0152013142944
Octal31724321502540232451104
Binary11001111101000111000110101010110000010011101001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA38D; }

 p { color: rgb(207,163,141); }

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

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

 a { background-color: rgb(207,163,141); }

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

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

 span { border-color: rgb(207,163,141); }

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