Html Css Color HEX #C47D58 Burning Sand

📋 copy color: '#C47D58'

red 196 ◦ green 125 ◦ blue 88

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

Shades of Burning Sand #C47D58

Tints of Burning Sand #C47D58

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

 BLUE value IS 88 (34.77% from 255) = 21.52%

R = 47.92%
G = 30.56%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C47D58 (or 0xC47D58) is known color: Burning Sand. HEX triplet: C4, 7D and 58. RGB value is (196,125,88). Sum of RGB (Red+Green+Blue) = 196+125+88=409 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.92% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 88 (34.77% from 255 or 21.52% from 409); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D58 is #3B82A7. Grayscale: #8E8E8E. Windows color (decimal): -3900072 or 5799364. OLE color: 5799364.

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

Color convert

RGB 196 125 88 -
CMYK 0 0.36 0.55 0.23
HSL 20.56º 0.48% 0.56% -
HSV(B) 20.56º 0.55% 0.77% -
XYZ 31.86 27.11 12.79 -
YUV 142.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 196 125 88 0 0.36 0.55 0.23 20.56 0.48 0.56
Hex C4 7D 58 0 24 37 17 15 30 38
Octal 304 175 130 0 44 67 27 25 60 70
Binary 11000100 1111101 1011000 0 100100 110111 10111 10101 110000 111000

Color Harmonies of #C47D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D58

Black with #C47D58

Text Example


Text Example

White with #C47D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D58; }

 p { color: rgb(196,125,88); }

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

background-color css

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

 a { background-color: rgb(196,125,88); }

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

border-color css

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

 span { border-color: rgb(196,125,88); }

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