Html Css Color HEX #C18367 Burning Sand

📋 copy color: '#C18367'

red 193 ◦ green 131 ◦ blue 103

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

Shades of Burning Sand #C18367

Tints of Burning Sand #C18367

RGB

 RED value IS 193 (75.78% from 255) = 45.2%

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

 BLUE value IS 103 (40.63% from 255) = 24.12%

R = 45.2%
G = 30.68%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18367 (or 0xC18367) is known color: Burning Sand. HEX triplet: C1, 83 and 67. RGB value is (193,131,103). Sum of RGB (Red+Green+Blue) = 193+131+103=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C18367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18367 is #3E7C98. Grayscale: #929292. Windows color (decimal): -4095129 or 6783937. OLE color: 6783937.

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

Color convert

RGB 193 131 103 -
CMYK 0 0.32 0.47 0.24
HSL 18.67º 0.42% 0.58% -
HSV(B) 18.67º 0.47% 0.76% -
XYZ 32.56 28.55 16.63 -
YUV 146.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 193 131 103 0 0.32 0.47 0.24 18.67 0.42 0.58
Hex C1 83 67 0 20 2F 18 13 2A 3A
Octal 301 203 147 0 40 57 30 23 52 72
Binary 11000001 10000011 1100111 0 100000 101111 11000 10011 101010 111010

Color Harmonies of #C18367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18367

Black with #C18367

Text Example


Text Example

White with #C18367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18367; }

 p { color: rgb(193,131,103); }

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

background-color css

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

 a { background-color: rgb(193,131,103); }

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

border-color css

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

 span { border-color: rgb(193,131,103); }

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