Html Css Color HEX #C2815D Burning Sand

📋 copy color: '#C2815D'

red 194 ◦ green 129 ◦ blue 93

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

Shades of Burning Sand #C2815D

Tints of Burning Sand #C2815D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.36%

R = 46.63%
G = 31.01%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2815D (or 0xC2815D) is known color: Burning Sand. HEX triplet: C2, 81 and 5D. RGB value is (194,129,93). Sum of RGB (Red+Green+Blue) = 194+129+93=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2815D is #3D7EA2. Grayscale: #909090. Windows color (decimal): -4030115 or 6128066. OLE color: 6128066.

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

Color convert

RGB 194 129 93 -
CMYK 0 0.34 0.52 0.24
HSL 21.39º 0.45% 0.56% -
HSV(B) 21.39º 0.52% 0.76% -
XYZ 32.07 27.96 14.06 -
YUV 144.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 194 129 93 0 0.34 0.52 0.24 21.39 0.45 0.56
Hex C2 81 5D 0 22 34 18 15 2D 38
Octal 302 201 135 0 42 64 30 25 55 70
Binary 11000010 10000001 1011101 0 100010 110100 11000 10101 101101 111000

Color Harmonies of #C2815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2815D

Black with #C2815D

Text Example


Text Example

White with #C2815D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2815D; }

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

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

background-color css

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

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

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

border-color css

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

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

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