Html Css Color HEX #C47F57 Burning Sand

📋 copy color: '#C47F57'

red 196 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #C47F57

Tints of Burning Sand #C47F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.22%

R = 47.8%
G = 30.98%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C47F57 (or 0xC47F57) is known color: Burning Sand. HEX triplet: C4, 7F and 57. RGB value is (196,127,87). Sum of RGB (Red+Green+Blue) = 196+127+87=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F57 is #3B80A8. Grayscale: #8F8F8F. Windows color (decimal): -3899561 or 5734340. OLE color: 5734340.

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

Color convert

RGB 196 127 87 -
CMYK 0 0.35 0.56 0.23
HSL 22.02º 0.48% 0.55% -
HSV(B) 22.02º 0.56% 0.77% -
XYZ 32.07 27.6 12.65 -
YUV 143.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 196 127 87 0 0.35 0.56 0.23 22.02 0.48 0.55
Hex C4 7F 57 0 23 38 17 16 30 37
Octal 304 177 127 0 43 70 27 26 60 67
Binary 11000100 1111111 1010111 0 100011 111000 10111 10110 110000 110111

Color Harmonies of #C47F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F57

Black with #C47F57

Text Example


Text Example

White with #C47F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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