Html Css Color HEX #C2836C Burning Sand

📋 copy color: '#C2836C'

red 194 ◦ green 131 ◦ blue 108

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

Shades of Burning Sand #C2836C

Tints of Burning Sand #C2836C

RGB

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

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

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

R = 44.8%
G = 30.25%
B = 24.94%

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

#C2836C (or 0xC2836C) is known color: Burning Sand. HEX triplet: C2, 83 and 6C. RGB value is (194,131,108). Sum of RGB (Red+Green+Blue) = 194+131+108=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2836C is #3D7C93. Grayscale: #939393. Windows color (decimal): -4029588 or 7111618. OLE color: 7111618.

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

Color convert

RGB 194 131 108 -
CMYK 0 0.32 0.44 0.24
HSL 16.05º 0.41% 0.59% -
HSV(B) 16.05º 0.44% 0.76% -
XYZ 33.07 28.78 18 -
YUV 147.22 105.87 161.37 -
System Red Green Blue C M Y K H S L
Decimal 194 131 108 0 0.32 0.44 0.24 16.05 0.41 0.59
Hex C2 83 6C 0 20 2C 18 10 29 3B
Octal 302 203 154 0 40 54 30 20 51 73
Binary 11000010 10000011 1101100 0 100000 101100 11000 10000 101001 111011

Color Harmonies of #C2836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2836C

Black with #C2836C

Text Example


Text Example

White with #C2836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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