Html Css Color HEX #C2886D Burning Sand

📋 copy color: '#C2886D'

red 194 ◦ green 136 ◦ blue 109

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

Shades of Burning Sand #C2886D

Tints of Burning Sand #C2886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.98%

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

R = 44.19%
G = 30.98%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2886D (or 0xC2886D) is known color: Burning Sand. HEX triplet: C2, 88 and 6D. RGB value is (194,136,109). Sum of RGB (Red+Green+Blue) = 194+136+109=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C2886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2886D is #3D7792. Grayscale: #969696. Windows color (decimal): -4028307 or 7178434. OLE color: 7178434.

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

Color convert

RGB 194 136 109 -
CMYK 0 0.30 0.44 0.24
HSL 19.06º 0.41% 0.59% -
HSV(B) 19.06º 0.44% 0.76% -
XYZ 33.81 30.18 18.51 -
YUV 150.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 194 136 109 0 0.30 0.44 0.24 19.06 0.41 0.59
Hex C2 88 6D 0 1E 2C 18 13 29 3B
Octal 302 210 155 0 36 54 30 23 51 73
Binary 11000010 10001000 1101101 0 11110 101100 11000 10011 101001 111011

Color Harmonies of #C2886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2886D

Black with #C2886D

Text Example


Text Example

White with #C2886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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