Html Css Color HEX #C1825A Burning Sand

📋 copy color: '#C1825A'

red 193 ◦ green 130 ◦ blue 90

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

Shades of Burning Sand #C1825A

Tints of Burning Sand #C1825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 46.73%
G = 31.48%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1825A (or 0xC1825A) is known color: Burning Sand. HEX triplet: C1, 82 and 5A. RGB value is (193,130,90). Sum of RGB (Red+Green+Blue) = 193+130+90=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1825A is #3E7DA5. Grayscale: #909090. Windows color (decimal): -4095398 or 5931713. OLE color: 5931713.

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

Color convert

RGB 193 130 90 -
CMYK 0 0.33 0.53 0.24
HSL 23.3º 0.45% 0.55% -
HSV(B) 23.3º 0.53% 0.76% -
XYZ 31.82 28.04 13.41 -
YUV 144.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 193 130 90 0 0.33 0.53 0.24 23.3 0.45 0.55
Hex C1 82 5A 0 21 35 18 17 2D 37
Octal 301 202 132 0 41 65 30 27 55 67
Binary 11000001 10000010 1011010 0 100001 110101 11000 10111 101101 110111

Color Harmonies of #C1825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1825A

Black with #C1825A

Text Example


Text Example

White with #C1825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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