Html Css Color HEX #C47F55 Burning Sand

📋 copy color: '#C47F55'

red 196 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #C47F55

Tints of Burning Sand #C47F55

RGB

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

 GREEN value IS 127 (50% from 255) = 31.13%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 48.04%
G = 31.13%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C47F55 (or 0xC47F55) is known color: Burning Sand. HEX triplet: C4, 7F and 55. RGB value is (196,127,85). Sum of RGB (Red+Green+Blue) = 196+127+85=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F55 is #3B80AA. Grayscale: #8F8F8F. Windows color (decimal): -3899563 or 5603268. OLE color: 5603268.

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

Color convert

RGB 196 127 85 -
CMYK 0 0.35 0.57 0.23
HSL 22.7º 0.48% 0.55% -
HSV(B) 22.7º 0.57% 0.77% -
XYZ 31.99 27.57 12.23 -
YUV 142.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 196 127 85 0 0.35 0.57 0.23 22.7 0.48 0.55
Hex C4 7F 55 0 23 39 17 17 30 37
Octal 304 177 125 0 43 71 27 27 60 67
Binary 11000100 1111111 1010101 0 100011 111001 10111 10111 110000 110111

Color Harmonies of #C47F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F55

Black with #C47F55

Text Example


Text Example

White with #C47F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F55; }

 p { color: rgb(196,127,85); }

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

background-color css

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

 a { background-color: rgb(196,127,85); }

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

border-color css

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

 span { border-color: rgb(196,127,85); }

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