#CFA396

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

Shades of Rose #CFA396

Tints of Rose #CFA396

Color information

#CFA396 (or 0xCFA396) is unknown color: approx Rose. HEX triplet: CF, A3 and 96. RGB value is (207,163,150). Sum of RGB (Red+Green+Blue) = 207+163+150=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA396 is #305C69. Grayscale: #AEAEAE. Windows color (decimal): -3169386 or 9872335. OLE color: 9872335.

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

Color convert

RGB207163150-
CMYK00.210.280.19
HSL13.68º37.25%70%-
HSV(B)13.68º27.54%81.18%-
XYZ44.3341.6634.56-
YUV174.67114.08151.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=39.81%
G=31.35%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716315000.210.280.1913.6837.2570
HexCFA3960151C13e2546
Octal31724322602534231645106
Binary110011111010001110010110010101111001001111101001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA396; }

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

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

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

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

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

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

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

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