Html Css Color HEX #C38261 Burning Sand

📋 copy color: '#C38261'

red 195 ◦ green 130 ◦ blue 97

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

Shades of Burning Sand #C38261

Tints of Burning Sand #C38261

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 46.21%
G = 30.81%
B = 22.99%

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

#C38261 (or 0xC38261) is known color: Burning Sand. HEX triplet: C3, 82 and 61. RGB value is (195,130,97). Sum of RGB (Red+Green+Blue) = 195+130+97=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38261 is #3C7D9E. Grayscale: #919191. Windows color (decimal): -3964319 or 6390467. OLE color: 6390467.

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

Color convert

RGB 195 130 97 -
CMYK 0 0.33 0.50 0.24
HSL 20.2º 0.45% 0.57% -
HSV(B) 20.2º 0.5% 0.76% -
XYZ 32.65 28.43 15.08 -
YUV 145.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 195 130 97 0 0.33 0.50 0.24 20.2 0.45 0.57
Hex C3 82 61 0 21 32 18 14 2D 39
Octal 303 202 141 0 41 62 30 24 55 71
Binary 11000011 10000010 1100001 0 100001 110010 11000 10100 101101 111001

Color Harmonies of #C38261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38261

Black with #C38261

Text Example


Text Example

White with #C38261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38261; }

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

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

background-color css

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

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

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

border-color css

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

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

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