Html Css Color HEX #C4826B Burning Sand

📋 copy color: '#C4826B'

red 196 ◦ green 130 ◦ blue 107

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

Shades of Burning Sand #C4826B

Tints of Burning Sand #C4826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 45.27%
G = 30.02%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4826B (or 0xC4826B) is known color: Burning Sand. HEX triplet: C4, 82 and 6B. RGB value is (196,130,107). Sum of RGB (Red+Green+Blue) = 196+130+107=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C4826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4826B is #3B7D94. Grayscale: #939393. Windows color (decimal): -3898773 or 7045828. OLE color: 7045828.

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

Color convert

RGB 196 130 107 -
CMYK 0 0.34 0.45 0.23
HSL 15.51º 0.43% 0.59% -
HSV(B) 15.51º 0.45% 0.77% -
XYZ 33.4 28.76 17.7 -
YUV 147.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 196 130 107 0 0.34 0.45 0.23 15.51 0.43 0.59
Hex C4 82 6B 0 22 2D 17 10 2B 3B
Octal 304 202 153 0 42 55 27 20 53 73
Binary 11000100 10000010 1101011 0 100010 101101 10111 10000 101011 111011

Color Harmonies of #C4826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4826B

Black with #C4826B

Text Example


Text Example

White with #C4826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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