#C3856B

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

Shades of Burning Sand #C3856B

Tints of Burning Sand #C3856B

Color information

#C3856B (or 0xC3856B) is unknown color: approx Burning Sand. HEX triplet: C3, 85 and 6B. RGB value is (195,133,107). Sum of RGB (Red+Green+Blue) = 195+133+107=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3856B is #3C7A94. Grayscale: #949494. Windows color (decimal): -3963541 or 7046595. OLE color: 7046595.

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

Color convert

RGB195133107-
CMYK00.320.450.24
HSL17.73º42.31%59.22%-
HSV(B)17.73º45.13%76.47%-
XYZ33.5529.4417.82-
YUV148.57104.54161.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 107 (42.19% from 255) = 24.60%
R=44.83%
G=30.57%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513310700.320.450.2417.7342.3159.22
HexC3856B0202D18122a3b
Octal3032051530405530225273
Binary1100001110000101110101101000001011011100010010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3856B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3856B; }

 p { color: rgb(195,133,107); }

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

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

 a { background-color: rgb(195,133,107); }

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

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

 span { border-color: rgb(195,133,107); }

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