Html Css Color HEX #C2876C Burning Sand

📋 copy color: '#C2876C'

red 194 ◦ green 135 ◦ blue 108

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

Shades of Burning Sand #C2876C

Tints of Burning Sand #C2876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.71%

R = 44.39%
G = 30.89%
B = 24.71%

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

#C2876C (or 0xC2876C) is known color: Burning Sand. HEX triplet: C2, 87 and 6C. RGB value is (194,135,108). Sum of RGB (Red+Green+Blue) = 194+135+108=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2876C is #3D7893. Grayscale: #959595. Windows color (decimal): -4028564 or 7112642. OLE color: 7112642.

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

Color convert

RGB 194 135 108 -
CMYK 0 0.30 0.44 0.24
HSL 18.84º 0.41% 0.59% -
HSV(B) 18.84º 0.44% 0.76% -
XYZ 33.62 29.88 18.18 -
YUV 149.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 194 135 108 0 0.30 0.44 0.24 18.84 0.41 0.59
Hex C2 87 6C 0 1E 2C 18 13 29 3B
Octal 302 207 154 0 36 54 30 23 51 73
Binary 11000010 10000111 1101100 0 11110 101100 11000 10011 101001 111011

Color Harmonies of #C2876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2876C

Black with #C2876C

Text Example


Text Example

White with #C2876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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