Html Css Color HEX #C38059 Burning Sand

📋 copy color: '#C38059'

red 195 ◦ green 128 ◦ blue 89

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

Shades of Burning Sand #C38059

Tints of Burning Sand #C38059

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 89 (35.16% from 255) = 21.6%

R = 47.33%
G = 31.07%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C38059 (or 0xC38059) is known color: Burning Sand. HEX triplet: C3, 80 and 59. RGB value is (195,128,89). Sum of RGB (Red+Green+Blue) = 195+128+89=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C38059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38059 is #3C7FA6. Grayscale: #8F8F8F. Windows color (decimal): -3964839 or 5865667. OLE color: 5865667.

HSL color Cylindrical-coordinate representation of color #C38059: hue angle of 22.08º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C38059 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 89 -
CMYK 0 0.34 0.54 0.24
HSL 22.08º 0.47% 0.56% -
HSV(B) 22.08º 0.54% 0.76% -
XYZ 32.03 27.76 13.12 -
YUV 143.59 97.2 164.67 -
System Red Green Blue C M Y K H S L
Decimal 195 128 89 0 0.34 0.54 0.24 22.08 0.47 0.56
Hex C3 80 59 0 22 36 18 16 2F 38
Octal 303 200 131 0 42 66 30 26 57 70
Binary 11000011 10000000 1011001 0 100010 110110 11000 10110 101111 111000

Color Harmonies of #C38059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38059

Black with #C38059

Text Example


Text Example

White with #C38059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38059; }

 p { color: rgb(195,128,89); }

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

background-color css

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

 a { background-color: rgb(195,128,89); }

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

border-color css

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

 span { border-color: rgb(195,128,89); }

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