#C3896A

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

Shades of Burning Sand #C3896A

Tints of Burning Sand #C3896A

Color information

#C3896A (or 0xC3896A) is unknown color: approx Burning Sand. HEX triplet: C3, 89 and 6A. RGB value is (195,137,106). Sum of RGB (Red+Green+Blue) = 195+137+106=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3896A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3896A is #3C7695. Grayscale: #969696. Windows color (decimal): -3962518 or 6982083. OLE color: 6982083.

HSL color Cylindrical-coordinate representation of color #C3896A: hue angle of 20.9º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3896A is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195137106-
CMYK00.300.460.24
HSL20.9º42.58%59.02%-
HSV(B)20.9º45.64%76.47%-
XYZ34.0530.5317.73-
YUV150.81102.72159.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.52%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=44.52%
G=31.28%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513710600.300.460.2420.942.5859.02
HexC3896A01E2E18152b3b
Octal3032111520365630255373
Binary110000111000100111010100111101011101100010101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3896A; }

 p { color: rgb(195,137,106); }

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

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

 a { background-color: rgb(195,137,106); }

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

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

 span { border-color: rgb(195,137,106); }

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