Html Css Color HEX #C38860 Burning Sand

📋 copy color: '#C38860'

red 195 ◦ green 136 ◦ blue 96

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

Shades of Burning Sand #C38860

Tints of Burning Sand #C38860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.85%

 BLUE value IS 96 (37.89% from 255) = 22.48%

R = 45.67%
G = 31.85%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C38860 (or 0xC38860) is known color: Burning Sand. HEX triplet: C3, 88 and 60. RGB value is (195,136,96). Sum of RGB (Red+Green+Blue) = 195+136+96=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C38860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38860 is #3C779F. Grayscale: #959595. Windows color (decimal): -3962784 or 6326467. OLE color: 6326467.

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

Color convert

RGB 195 136 96 -
CMYK 0 0.30 0.51 0.24
HSL 24.24º 0.45% 0.57% -
HSV(B) 24.24º 0.51% 0.76% -
XYZ 33.42 30.05 15.11 -
YUV 149.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 195 136 96 0 0.30 0.51 0.24 24.24 0.45 0.57
Hex C3 88 60 0 1E 33 18 18 2D 39
Octal 303 210 140 0 36 63 30 30 55 71
Binary 11000011 10001000 1100000 0 11110 110011 11000 11000 101101 111001

Color Harmonies of #C38860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38860

Black with #C38860

Text Example


Text Example

White with #C38860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38860; }

 p { color: rgb(195,136,96); }

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

background-color css

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

 a { background-color: rgb(195,136,96); }

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

border-color css

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

 span { border-color: rgb(195,136,96); }

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