Html Css Color HEX #C18158 Burning Sand

📋 copy color: '#C18158'

red 193 ◦ green 129 ◦ blue 88

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

Shades of Burning Sand #C18158

Tints of Burning Sand #C18158

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 88 (34.77% from 255) = 21.46%

R = 47.07%
G = 31.46%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C18158 (or 0xC18158) is known color: Burning Sand. HEX triplet: C1, 81 and 58. RGB value is (193,129,88). Sum of RGB (Red+Green+Blue) = 193+129+88=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C18158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18158 is #3E7EA7. Grayscale: #8F8F8F. Windows color (decimal): -4095656 or 5800385. OLE color: 5800385.

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

Color convert

RGB 193 129 88 -
CMYK 0 0.33 0.54 0.24
HSL 23.43º 0.46% 0.55% -
HSV(B) 23.43º 0.54% 0.76% -
XYZ 31.6 27.74 12.92 -
YUV 143.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 193 129 88 0 0.33 0.54 0.24 23.43 0.46 0.55
Hex C1 81 58 0 21 36 18 17 2E 37
Octal 301 201 130 0 41 66 30 27 56 67
Binary 11000001 10000001 1011000 0 100001 110110 11000 10111 101110 110111

Color Harmonies of #C18158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18158

Black with #C18158

Text Example


Text Example

White with #C18158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18158; }

 p { color: rgb(193,129,88); }

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

background-color css

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

 a { background-color: rgb(193,129,88); }

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

border-color css

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

 span { border-color: rgb(193,129,88); }

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