Html Css Color HEX #C47D62 Burning Sand

📋 copy color: '#C47D62'

red 196 ◦ green 125 ◦ blue 98

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

Shades of Burning Sand #C47D62

Tints of Burning Sand #C47D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 46.78%
G = 29.83%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C47D62 (or 0xC47D62) is known color: Burning Sand. HEX triplet: C4, 7D and 62. RGB value is (196,125,98). Sum of RGB (Red+Green+Blue) = 196+125+98=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D62 is #3B829D. Grayscale: #8F8F8F. Windows color (decimal): -3900062 or 6454724. OLE color: 6454724.

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

Color convert

RGB 196 125 98 -
CMYK 0 0.36 0.5 0.23
HSL 16.53º 0.45% 0.58% -
HSV(B) 16.53º 0.5% 0.77% -
XYZ 32.3 27.28 15.12 -
YUV 143.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 196 125 98 0 0.36 0.5 0.23 16.53 0.45 0.58
Hex C4 7D 62 0 24 32 17 11 2D 3A
Octal 304 175 142 0 44 62 27 21 55 72
Binary 11000100 1111101 1100010 0 100100 110010 10111 10001 101101 111010

Color Harmonies of #C47D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D62

Black with #C47D62

Text Example


Text Example

White with #C47D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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