Html Css Color HEX #C47F61 Burning Sand

📋 copy color: '#C47F61'

red 196 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #C47F61

Tints of Burning Sand #C47F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.1%

R = 46.67%
G = 30.24%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C47F61 (or 0xC47F61) is known color: Burning Sand. HEX triplet: C4, 7F and 61. RGB value is (196,127,97). Sum of RGB (Red+Green+Blue) = 196+127+97=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F61 is #3B809E. Grayscale: #909090. Windows color (decimal): -3899551 or 6389700. OLE color: 6389700.

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

Color convert

RGB 196 127 97 -
CMYK 0 0.35 0.51 0.23
HSL 18.18º 0.46% 0.57% -
HSV(B) 18.18º 0.51% 0.77% -
XYZ 32.51 27.78 14.96 -
YUV 144.21 101.36 164.94 -
System Red Green Blue C M Y K H S L
Decimal 196 127 97 0 0.35 0.51 0.23 18.18 0.46 0.57
Hex C4 7F 61 0 23 33 17 12 2E 39
Octal 304 177 141 0 43 63 27 22 56 71
Binary 11000100 1111111 1100001 0 100011 110011 10111 10010 101110 111001

Color Harmonies of #C47F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F61

Black with #C47F61

Text Example


Text Example

White with #C47F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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