Html Css Color HEX #C38361 Burning Sand

📋 copy color: '#C38361'

red 195 ◦ green 131 ◦ blue 97

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

Shades of Burning Sand #C38361

Tints of Burning Sand #C38361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 97 (38.28% from 255) = 22.93%

R = 46.1%
G = 30.97%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38361 (or 0xC38361) is known color: Burning Sand. HEX triplet: C3, 83 and 61. RGB value is (195,131,97). Sum of RGB (Red+Green+Blue) = 195+131+97=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C38361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38361 is #3C7C9E. Grayscale: #929292. Windows color (decimal): -3964063 or 6390723. OLE color: 6390723.

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

Color convert

RGB 195 131 97 -
CMYK 0 0.33 0.50 0.24
HSL 20.82º 0.45% 0.57% -
HSV(B) 20.82º 0.5% 0.76% -
XYZ 32.78 28.7 15.12 -
YUV 146.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 195 131 97 0 0.33 0.50 0.24 20.82 0.45 0.57
Hex C3 83 61 0 21 32 18 15 2D 39
Octal 303 203 141 0 41 62 30 25 55 71
Binary 11000011 10000011 1100001 0 100001 110010 11000 10101 101101 111001

Color Harmonies of #C38361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38361

Black with #C38361

Text Example


Text Example

White with #C38361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38361; }

 p { color: rgb(195,131,97); }

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

background-color css

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

 a { background-color: rgb(195,131,97); }

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

border-color css

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

 span { border-color: rgb(195,131,97); }

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