Html Css Color HEX #C2835D Burning Sand

📋 copy color: '#C2835D'

red 194 ◦ green 131 ◦ blue 93

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

Shades of Burning Sand #C2835D

Tints of Burning Sand #C2835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 46.41%
G = 31.34%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C2835D (or 0xC2835D) is known color: Burning Sand. HEX triplet: C2, 83 and 5D. RGB value is (194,131,93). Sum of RGB (Red+Green+Blue) = 194+131+93=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2835D is #3D7CA2. Grayscale: #919191. Windows color (decimal): -4029603 or 6128578. OLE color: 6128578.

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

Color convert

RGB 194 131 93 -
CMYK 0 0.32 0.52 0.24
HSL 22.57º 0.45% 0.56% -
HSV(B) 22.57º 0.52% 0.76% -
XYZ 32.34 28.49 14.15 -
YUV 145.51 98.37 162.59 -
System Red Green Blue C M Y K H S L
Decimal 194 131 93 0 0.32 0.52 0.24 22.57 0.45 0.56
Hex C2 83 5D 0 20 34 18 17 2D 38
Octal 302 203 135 0 40 64 30 27 55 70
Binary 11000010 10000011 1011101 0 100000 110100 11000 10111 101101 111000

Color Harmonies of #C2835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2835D

Black with #C2835D

Text Example


Text Example

White with #C2835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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