Html Css Color HEX #C38364 Burning Sand

📋 copy color: '#C38364'

red 195 ◦ green 131 ◦ blue 100

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

Shades of Burning Sand #C38364

Tints of Burning Sand #C38364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.47%

R = 45.77%
G = 30.75%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C38364 (or 0xC38364) is known color: Burning Sand. HEX triplet: C3, 83 and 64. RGB value is (195,131,100). Sum of RGB (Red+Green+Blue) = 195+131+100=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38364 is #3C7C9B. Grayscale: #929292. Windows color (decimal): -3964060 or 6587331. OLE color: 6587331.

HSL color Cylindrical-coordinate representation of color #C38364: hue angle of 19.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C38364 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 100 -
CMYK 0 0.33 0.49 0.24
HSL 19.58º 0.44% 0.58% -
HSV(B) 19.58º 0.49% 0.76% -
XYZ 32.92 28.75 15.87 -
YUV 146.6 101.7 162.52 -
System Red Green Blue C M Y K H S L
Decimal 195 131 100 0 0.33 0.49 0.24 19.58 0.44 0.58
Hex C3 83 64 0 21 31 18 14 2C 3A
Octal 303 203 144 0 41 61 30 24 54 72
Binary 11000011 10000011 1100100 0 100001 110001 11000 10100 101100 111010

Color Harmonies of #C38364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38364

Black with #C38364

Text Example


Text Example

White with #C38364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38364; }

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

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

background-color css

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

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

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

border-color css

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

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

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