Html Css Color HEX #C47D5C Burning Sand

📋 copy color: '#C47D5C'

red 196 ◦ green 125 ◦ blue 92

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

Shades of Burning Sand #C47D5C

Tints of Burning Sand #C47D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.28%

R = 47.46%
G = 30.27%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C47D5C (or 0xC47D5C) is known color: Burning Sand. HEX triplet: C4, 7D and 5C. RGB value is (196,125,92). Sum of RGB (Red+Green+Blue) = 196+125+92=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D5C is #3B82A3. Grayscale: #8E8E8E. Windows color (decimal): -3900068 or 6061508. OLE color: 6061508.

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

Color convert

RGB 196 125 92 -
CMYK 0 0.36 0.53 0.23
HSL 19.04º 0.47% 0.56% -
HSV(B) 19.04º 0.53% 0.77% -
XYZ 32.03 27.18 13.68 -
YUV 142.47 99.52 166.18 -
System Red Green Blue C M Y K H S L
Decimal 196 125 92 0 0.36 0.53 0.23 19.04 0.47 0.56
Hex C4 7D 5C 0 24 35 17 13 2F 38
Octal 304 175 134 0 44 65 27 23 57 70
Binary 11000100 1111101 1011100 0 100100 110101 10111 10011 101111 111000

Color Harmonies of #C47D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D5C

Black with #C47D5C

Text Example


Text Example

White with #C47D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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