Html Css Color HEX #C2815B Burning Sand

📋 copy color: '#C2815B'

red 194 ◦ green 129 ◦ blue 91

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

Shades of Burning Sand #C2815B

Tints of Burning Sand #C2815B

RGB

 RED value IS 194 (76.17% from 255) = 46.86%

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

 BLUE value IS 91 (35.94% from 255) = 21.98%

R = 46.86%
G = 31.16%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2815B (or 0xC2815B) is known color: Burning Sand. HEX triplet: C2, 81 and 5B. RGB value is (194,129,91). Sum of RGB (Red+Green+Blue) = 194+129+91=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2815B is #3D7EA4. Grayscale: #909090. Windows color (decimal): -4030117 or 5996994. OLE color: 5996994.

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

Color convert

RGB 194 129 91 -
CMYK 0 0.34 0.53 0.24
HSL 22.14º 0.46% 0.56% -
HSV(B) 22.14º 0.53% 0.76% -
XYZ 31.99 27.93 13.6 -
YUV 144.1 98.03 163.59 -
System Red Green Blue C M Y K H S L
Decimal 194 129 91 0 0.34 0.53 0.24 22.14 0.46 0.56
Hex C2 81 5B 0 22 35 18 16 2E 38
Octal 302 201 133 0 42 65 30 26 56 70
Binary 11000010 10000001 1011011 0 100010 110101 11000 10110 101110 111000

Color Harmonies of #C2815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2815B

Black with #C2815B

Text Example


Text Example

White with #C2815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2815B; }

 p { color: rgb(194,129,91); }

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

background-color css

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

 a { background-color: rgb(194,129,91); }

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

border-color css

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

 span { border-color: rgb(194,129,91); }

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