Html Css Color HEX #C2836A Burning Sand

📋 copy color: '#C2836A'

red 194 ◦ green 131 ◦ blue 106

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

Shades of Burning Sand #C2836A

Tints of Burning Sand #C2836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 45.01%
G = 30.39%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2836A (or 0xC2836A) is known color: Burning Sand. HEX triplet: C2, 83 and 6A. RGB value is (194,131,106). Sum of RGB (Red+Green+Blue) = 194+131+106=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836A is #3D7C95. Grayscale: #939393. Windows color (decimal): -4029590 or 6980546. OLE color: 6980546.

HSL color Cylindrical-coordinate representation of color #C2836A: hue angle of 17.05º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2836A is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 131 106 -
CMYK 0 0.32 0.45 0.24
HSL 17.05º 0.42% 0.59% -
HSV(B) 17.05º 0.45% 0.76% -
XYZ 32.97 28.74 17.45 -
YUV 146.99 104.87 161.53 -
System Red Green Blue C M Y K H S L
Decimal 194 131 106 0 0.32 0.45 0.24 17.05 0.42 0.59
Hex C2 83 6A 0 20 2D 18 11 2A 3B
Octal 302 203 152 0 40 55 30 21 52 73
Binary 11000010 10000011 1101010 0 100000 101101 11000 10001 101010 111011

Color Harmonies of #C2836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2836A

Black with #C2836A

Text Example


Text Example

White with #C2836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2836A; }

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

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

background-color css

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

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

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

border-color css

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

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

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