Html Css Color HEX #C38368 Burning Sand

📋 copy color: '#C38368'

red 195 ◦ green 131 ◦ blue 104

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

Shades of Burning Sand #C38368

Tints of Burning Sand #C38368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.19%

R = 45.35%
G = 30.47%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38368 (or 0xC38368) is known color: Burning Sand. HEX triplet: C3, 83 and 68. RGB value is (195,131,104). Sum of RGB (Red+Green+Blue) = 195+131+104=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C38368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38368 is #3C7C97. Grayscale: #939393. Windows color (decimal): -3964056 or 6849475. OLE color: 6849475.

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

Color convert

RGB 195 131 104 -
CMYK 0 0.33 0.47 0.24
HSL 17.8º 0.43% 0.59% -
HSV(B) 17.8º 0.47% 0.76% -
XYZ 33.12 28.83 16.92 -
YUV 147.06 103.7 162.2 -
System Red Green Blue C M Y K H S L
Decimal 195 131 104 0 0.33 0.47 0.24 17.8 0.43 0.59
Hex C3 83 68 0 21 2F 18 12 2B 3B
Octal 303 203 150 0 41 57 30 22 53 73
Binary 11000011 10000011 1101000 0 100001 101111 11000 10010 101011 111011

Color Harmonies of #C38368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38368

Black with #C38368

Text Example


Text Example

White with #C38368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38368; }

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

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

background-color css

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

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

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

border-color css

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

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

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