Html Css Color HEX #C4826D Burning Sand

📋 copy color: '#C4826D'

red 196 ◦ green 130 ◦ blue 109

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

Shades of Burning Sand #C4826D

Tints of Burning Sand #C4826D

RGB

 RED value IS 196 (76.95% from 255) = 45.06%

 GREEN value IS 130 (51.17% from 255) = 29.89%

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

R = 45.06%
G = 29.89%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4826D (or 0xC4826D) is known color: Burning Sand. HEX triplet: C4, 82 and 6D. RGB value is (196,130,109). Sum of RGB (Red+Green+Blue) = 196+130+109=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 196 - color contains mainly: red. Hex color #C4826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4826D is #3B7D92. Grayscale: #939393. Windows color (decimal): -3898771 or 7176900. OLE color: 7176900.

HSL color Cylindrical-coordinate representation of color #C4826D: hue angle of 14.48º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4826D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 109 -
CMYK 0 0.34 0.44 0.23
HSL 14.48º 0.42% 0.6% -
HSV(B) 14.48º 0.44% 0.77% -
XYZ 33.51 28.81 18.26 -
YUV 147.34 106.37 162.71 -
System Red Green Blue C M Y K H S L
Decimal 196 130 109 0 0.34 0.44 0.23 14.48 0.42 0.6
Hex C4 82 6D 0 22 2C 17 E 2A 3C
Octal 304 202 155 0 42 54 27 16 52 74
Binary 11000100 10000010 1101101 0 100010 101100 10111 1110 101010 111100

Color Harmonies of #C4826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4826D

Black with #C4826D

Text Example


Text Example

White with #C4826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4826D; }

 p { color: rgb(196,130,109); }

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

background-color css

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

 a { background-color: rgb(196,130,109); }

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

border-color css

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

 span { border-color: rgb(196,130,109); }

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