Html Css Color HEX #C2835E Burning Sand

📋 copy color: '#C2835E'

red 194 ◦ green 131 ◦ blue 94

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

Shades of Burning Sand #C2835E

Tints of Burning Sand #C2835E

RGB

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

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

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

R = 46.3%
G = 31.26%
B = 22.43%

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

#C2835E (or 0xC2835E) is known color: Burning Sand. HEX triplet: C2, 83 and 5E. RGB value is (194,131,94). Sum of RGB (Red+Green+Blue) = 194+131+94=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2835E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2835E is #3D7CA1. Grayscale: #919191. Windows color (decimal): -4029602 or 6194114. OLE color: 6194114.

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

Color convert

RGB 194 131 94 -
CMYK 0 0.32 0.52 0.24
HSL 22.2º 0.45% 0.56% -
HSV(B) 22.2º 0.52% 0.76% -
XYZ 32.38 28.51 14.39 -
YUV 145.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 194 131 94 0 0.32 0.52 0.24 22.2 0.45 0.56
Hex C2 83 5E 0 20 34 18 16 2D 38
Octal 302 203 136 0 40 64 30 26 55 70
Binary 11000010 10000011 1011110 0 100000 110100 11000 10110 101101 111000

Color Harmonies of #C2835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2835E

Black with #C2835E

Text Example


Text Example

White with #C2835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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