Html Css Color HEX #C2846D Burning Sand

📋 copy color: '#C2846D'

red 194 ◦ green 132 ◦ blue 109

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

Shades of Burning Sand #C2846D

Tints of Burning Sand #C2846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 44.6%
G = 30.34%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2846D (or 0xC2846D) is known color: Burning Sand. HEX triplet: C2, 84 and 6D. RGB value is (194,132,109). Sum of RGB (Red+Green+Blue) = 194+132+109=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2846D is #3D7B92. Grayscale: #949494. Windows color (decimal): -4029331 or 7177410. OLE color: 7177410.

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

Color convert

RGB 194 132 109 -
CMYK 0 0.32 0.44 0.24
HSL 16.24º 0.41% 0.59% -
HSV(B) 16.24º 0.44% 0.76% -
XYZ 33.26 29.08 18.33 -
YUV 147.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 194 132 109 0 0.32 0.44 0.24 16.24 0.41 0.59
Hex C2 84 6D 0 20 2C 18 10 29 3B
Octal 302 204 155 0 40 54 30 20 51 73
Binary 11000010 10000100 1101101 0 100000 101100 11000 10000 101001 111011

Color Harmonies of #C2846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2846D

Black with #C2846D

Text Example


Text Example

White with #C2846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2846D; }

 p { color: rgb(194,132,109); }

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

background-color css

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

 a { background-color: rgb(194,132,109); }

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

border-color css

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

 span { border-color: rgb(194,132,109); }

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