Html Css Color HEX #C2876D Burning Sand

📋 copy color: '#C2876D'

red 194 ◦ green 135 ◦ blue 109

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

Shades of Burning Sand #C2876D

Tints of Burning Sand #C2876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.82%

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

R = 44.29%
G = 30.82%
B = 24.89%

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

#C2876D (or 0xC2876D) is known color: Burning Sand. HEX triplet: C2, 87 and 6D. RGB value is (194,135,109). Sum of RGB (Red+Green+Blue) = 194+135+109=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2876D is #3D7892. Grayscale: #959595. Windows color (decimal): -4028563 or 7178178. OLE color: 7178178.

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

Color convert

RGB 194 135 109 -
CMYK 0 0.30 0.44 0.24
HSL 18.35º 0.41% 0.59% -
HSV(B) 18.35º 0.44% 0.76% -
XYZ 33.67 29.9 18.46 -
YUV 149.68 105.05 159.61 -
System Red Green Blue C M Y K H S L
Decimal 194 135 109 0 0.30 0.44 0.24 18.35 0.41 0.59
Hex C2 87 6D 0 1E 2C 18 12 29 3B
Octal 302 207 155 0 36 54 30 22 51 73
Binary 11000010 10000111 1101101 0 11110 101100 11000 10010 101001 111011

Color Harmonies of #C2876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2876D

Black with #C2876D

Text Example


Text Example

White with #C2876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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