Html Css Color HEX #C1815C Burning Sand

📋 copy color: '#C1815C'

red 193 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #C1815C

Tints of Burning Sand #C1815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 46.62%
G = 31.16%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1815C (or 0xC1815C) is known color: Burning Sand. HEX triplet: C1, 81 and 5C. RGB value is (193,129,92). Sum of RGB (Red+Green+Blue) = 193+129+92=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1815C is #3E7EA3. Grayscale: #909090. Windows color (decimal): -4095652 or 6062529. OLE color: 6062529.

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

Color convert

RGB 193 129 92 -
CMYK 0 0.33 0.52 0.24
HSL 21.98º 0.45% 0.56% -
HSV(B) 21.98º 0.52% 0.76% -
XYZ 31.77 27.81 13.82 -
YUV 143.92 98.7 163.01 -
System Red Green Blue C M Y K H S L
Decimal 193 129 92 0 0.33 0.52 0.24 21.98 0.45 0.56
Hex C1 81 5C 0 21 34 18 16 2D 38
Octal 301 201 134 0 41 64 30 26 55 70
Binary 11000001 10000001 1011100 0 100001 110100 11000 10110 101101 111000

Color Harmonies of #C1815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1815C

Black with #C1815C

Text Example


Text Example

White with #C1815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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