Html Css Color HEX #C4826A Burning Sand

📋 copy color: '#C4826A'

red 196 ◦ green 130 ◦ blue 106

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

Shades of Burning Sand #C4826A

Tints of Burning Sand #C4826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 45.37%
G = 30.09%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4826A (or 0xC4826A) is known color: Burning Sand. HEX triplet: C4, 82 and 6A. RGB value is (196,130,106). Sum of RGB (Red+Green+Blue) = 196+130+106=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4826A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4826A is #3B7D95. Grayscale: #939393. Windows color (decimal): -3898774 or 6980292. OLE color: 6980292.

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

Color convert

RGB 196 130 106 -
CMYK 0 0.34 0.46 0.23
HSL 16º 0.43% 0.59% -
HSV(B) 16º 0.46% 0.77% -
XYZ 33.35 28.74 17.43 -
YUV 147 104.87 162.95 -
System Red Green Blue C M Y K H S L
Decimal 196 130 106 0 0.34 0.46 0.23 16 0.43 0.59
Hex C4 82 6A 0 22 2E 17 10 2B 3B
Octal 304 202 152 0 42 56 27 20 53 73
Binary 11000100 10000010 1101010 0 100010 101110 10111 10000 101011 111011

Color Harmonies of #C4826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4826A

Black with #C4826A

Text Example


Text Example

White with #C4826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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