Html Css Color HEX #C4815F Burning Sand

📋 copy color: '#C4815F'

red 196 ◦ green 129 ◦ blue 95

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

Shades of Burning Sand #C4815F

Tints of Burning Sand #C4815F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 95 (37.5% from 255) = 22.62%

R = 46.67%
G = 30.71%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4815F (or 0xC4815F) is known color: Burning Sand. HEX triplet: C4, 81 and 5F. RGB value is (196,129,95). Sum of RGB (Red+Green+Blue) = 196+129+95=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4815F is #3B7EA0. Grayscale: #919191. Windows color (decimal): -3899041 or 6259140. OLE color: 6259140.

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

Color convert

RGB 196 129 95 -
CMYK 0 0.34 0.52 0.23
HSL 20.2º 0.46% 0.57% -
HSV(B) 20.2º 0.52% 0.77% -
XYZ 32.68 28.26 14.56 -
YUV 145.16 99.7 164.26 -
System Red Green Blue C M Y K H S L
Decimal 196 129 95 0 0.34 0.52 0.23 20.2 0.46 0.57
Hex C4 81 5F 0 22 34 17 14 2E 39
Octal 304 201 137 0 42 64 27 24 56 71
Binary 11000100 10000001 1011111 0 100010 110100 10111 10100 101110 111001

Color Harmonies of #C4815F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4815F

Black with #C4815F

Text Example


Text Example

White with #C4815F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4815F; }

 p { color: rgb(196,129,95); }

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

background-color css

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

 a { background-color: rgb(196,129,95); }

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

border-color css

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

 span { border-color: rgb(196,129,95); }

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