Html Css Color HEX #C47F5A Burning Sand

📋 copy color: '#C47F5A'

red 196 ◦ green 127 ◦ blue 90

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

Shades of Burning Sand #C47F5A

Tints of Burning Sand #C47F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.79%

R = 47.46%
G = 30.75%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C47F5A (or 0xC47F5A) is known color: Burning Sand. HEX triplet: C4, 7F and 5A. RGB value is (196,127,90). Sum of RGB (Red+Green+Blue) = 196+127+90=413 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.46% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F5A is #3B80A5. Grayscale: #8F8F8F. Windows color (decimal): -3899558 or 5930948. OLE color: 5930948.

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

Color convert

RGB 196 127 90 -
CMYK 0 0.35 0.54 0.23
HSL 20.94º 0.47% 0.56% -
HSV(B) 20.94º 0.54% 0.77% -
XYZ 32.2 27.65 13.31 -
YUV 143.41 97.86 165.51 -
System Red Green Blue C M Y K H S L
Decimal 196 127 90 0 0.35 0.54 0.23 20.94 0.47 0.56
Hex C4 7F 5A 0 23 36 17 15 2F 38
Octal 304 177 132 0 43 66 27 25 57 70
Binary 11000100 1111111 1011010 0 100011 110110 10111 10101 101111 111000

Color Harmonies of #C47F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F5A

Black with #C47F5A

Text Example


Text Example

White with #C47F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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