#C47F66

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

Shades of Burning Sand #C47F66

Tints of Burning Sand #C47F66

Color information

#C47F66 (or 0xC47F66) is unknown color: approx Burning Sand. HEX triplet: C4, 7F and 66. RGB value is (196,127,102). Sum of RGB (Red+Green+Blue) = 196+127+102=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F66 is #3B8099. Grayscale: #909090. Windows color (decimal): -3899546 or 6717380. OLE color: 6717380.

HSL color Cylindrical-coordinate representation of color #C47F66: hue angle of 15.96º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C47F66 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196127102-
CMYK00.350.480.23
HSL15.96º44.34%58.43%-
HSV(B)15.96º47.96%76.86%-
XYZ32.7527.8716.22-
YUV144.78103.86164.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 102 (40.23% from 255) = 24%
R=46.12%
G=29.88%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612710200.350.480.2315.9644.3458.43
HexC47F660233017102c3a
Octal3041771460436027205472
Binary110001001111111110011001000111100001011110000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47F66; }

 p { color: rgb(196,127,102); }

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

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

 a { background-color: rgb(196,127,102); }

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

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

 span { border-color: rgb(196,127,102); }

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