Html Css Color HEX #C1815E Burning Sand

📋 copy color: '#C1815E'

red 193 ◦ green 129 ◦ blue 94

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

Shades of Burning Sand #C1815E

Tints of Burning Sand #C1815E

RGB

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

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

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

R = 46.39%
G = 31.01%
B = 22.6%

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

#C1815E (or 0xC1815E) is known color: Burning Sand. HEX triplet: C1, 81 and 5E. RGB value is (193,129,94). Sum of RGB (Red+Green+Blue) = 193+129+94=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1815E is #3E7EA1. Grayscale: #909090. Windows color (decimal): -4095650 or 6193601. OLE color: 6193601.

HSL color Cylindrical-coordinate representation of color #C1815E: hue angle of 21.21º 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 #C1815E is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 94 -
CMYK 0 0.33 0.51 0.24
HSL 21.21º 0.44% 0.56% -
HSV(B) 21.21º 0.51% 0.76% -
XYZ 31.86 27.85 14.29 -
YUV 144.15 99.7 162.85 -
System Red Green Blue C M Y K H S L
Decimal 193 129 94 0 0.33 0.51 0.24 21.21 0.44 0.56
Hex C1 81 5E 0 21 33 18 15 2C 38
Octal 301 201 136 0 41 63 30 25 54 70
Binary 11000001 10000001 1011110 0 100001 110011 11000 10101 101100 111000

Color Harmonies of #C1815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1815E

Black with #C1815E

Text Example


Text Example

White with #C1815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1815E; }

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

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

background-color css

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

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

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

border-color css

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

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

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