Html Css Color HEX #C1825E Burning Sand

📋 copy color: '#C1825E'

red 193 ◦ green 130 ◦ blue 94

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

Shades of Burning Sand #C1825E

Tints of Burning Sand #C1825E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.18%

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 46.28%
G = 31.18%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1825E (or 0xC1825E) is known color: Burning Sand. HEX triplet: C1, 82 and 5E. RGB value is (193,130,94). Sum of RGB (Red+Green+Blue) = 193+130+94=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1825E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1825E is #3E7DA1. Grayscale: #909090. Windows color (decimal): -4095394 or 6193857. OLE color: 6193857.

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

Color convert

RGB 193 130 94 -
CMYK 0 0.33 0.51 0.24
HSL 21.82º 0.44% 0.56% -
HSV(B) 21.82º 0.51% 0.76% -
XYZ 32 28.11 14.33 -
YUV 144.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 193 130 94 0 0.33 0.51 0.24 21.82 0.44 0.56
Hex C1 82 5E 0 21 33 18 16 2C 38
Octal 301 202 136 0 41 63 30 26 54 70
Binary 11000001 10000010 1011110 0 100001 110011 11000 10110 101100 111000

Color Harmonies of #C1825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1825E

Black with #C1825E

Text Example


Text Example

White with #C1825E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1825E; }

 p { color: rgb(193,130,94); }

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

background-color css

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

 a { background-color: rgb(193,130,94); }

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

border-color css

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

 span { border-color: rgb(193,130,94); }

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