#C3806A

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

Shades of Burning Sand #C3806A

Tints of Burning Sand #C3806A

Color information

#C3806A (or 0xC3806A) is unknown color: approx Burning Sand. HEX triplet: C3, 80 and 6A. RGB value is (195,128,106). Sum of RGB (Red+Green+Blue) = 195+128+106=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3806A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3806A is #3C7F95. Grayscale: #919191. Windows color (decimal): -3964822 or 6979779. OLE color: 6979779.

HSL color Cylindrical-coordinate representation of color #C3806A: hue angle of 14.83º 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 #C3806A is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB195128106-
CMYK00.340.460.24
HSL14.83º42.58%59.02%-
HSV(B)14.83º45.64%76.47%-
XYZ32.8328.0817.33-
YUV145.52105.7163.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 106 (41.80% from 255) = 24.71%
R=45.45%
G=29.84%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512810600.340.460.2414.8342.5859.02
HexC3806A0222E18f2b3b
Octal3032001520425630175373
Binary110000111000000011010100100010101110110001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3806A; }

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

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

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

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

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

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

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

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