Html Css Color HEX #C47F63 Burning Sand

📋 copy color: '#C47F63'

red 196 ◦ green 127 ◦ blue 99

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

Shades of Burning Sand #C47F63

Tints of Burning Sand #C47F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 46.45%
G = 30.09%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C47F63 (or 0xC47F63) is known color: Burning Sand. HEX triplet: C4, 7F and 63. RGB value is (196,127,99). Sum of RGB (Red+Green+Blue) = 196+127+99=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 127 (50% from 255 or 30.09% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F63 is #3B809C. Grayscale: #909090. Windows color (decimal): -3899549 or 6520772. OLE color: 6520772.

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

Color convert

RGB 196 127 99 -
CMYK 0 0.35 0.49 0.23
HSL 17.32º 0.45% 0.58% -
HSV(B) 17.32º 0.49% 0.77% -
XYZ 32.61 27.82 15.45 -
YUV 144.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 196 127 99 0 0.35 0.49 0.23 17.32 0.45 0.58
Hex C4 7F 63 0 23 31 17 11 2D 3A
Octal 304 177 143 0 43 61 27 21 55 72
Binary 11000100 1111111 1100011 0 100011 110001 10111 10001 101101 111010

Color Harmonies of #C47F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F63

Black with #C47F63

Text Example


Text Example

White with #C47F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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