Html Css Color HEX #C3855F Burning Sand

📋 copy color: '#C3855F'

red 195 ◦ green 133 ◦ blue 95

#C3855F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burning Sand #C3855F

Tints of Burning Sand #C3855F

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 46.1%
G = 31.44%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3855F (or 0xC3855F) is known color: Burning Sand. HEX triplet: C3, 85 and 5F. RGB value is (195,133,95). Sum of RGB (Red+Green+Blue) = 195+133+95=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3855F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3855F is #3C7AA0. Grayscale: #939393. Windows color (decimal): -3963553 or 6260163. OLE color: 6260163.

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

Color convert

RGB 195 133 95 -
CMYK 0 0.32 0.51 0.24
HSL 22.8º 0.45% 0.57% -
HSV(B) 22.8º 0.51% 0.76% -
XYZ 32.96 29.2 14.73 -
YUV 147.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 195 133 95 0 0.32 0.51 0.24 22.8 0.45 0.57
Hex C3 85 5F 0 20 33 18 17 2D 39
Octal 303 205 137 0 40 63 30 27 55 71
Binary 11000011 10000101 1011111 0 100000 110011 11000 10111 101101 111001

Color Harmonies of #C3855F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3855F

Black with #C3855F

Text Example


Text Example

White with #C3855F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3855F; }

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

 H1.HeaderClassName
 {
   color: #C3855F;
 }
 .AnyTagClassName
 {
   color: #C3855F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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