Html Css Color HEX #C47C69 Burning Sand

📋 copy color: '#C47C69'

red 196 ◦ green 124 ◦ blue 105

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

Shades of Burning Sand #C47C69

Tints of Burning Sand #C47C69

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

 BLUE value IS 105 (41.41% from 255) = 24.71%

R = 46.12%
G = 29.18%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C47C69 (or 0xC47C69) is known color: Burning Sand. HEX triplet: C4, 7C and 69. RGB value is (196,124,105). Sum of RGB (Red+Green+Blue) = 196+124+105=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47C69 is #3B8396. Grayscale: #8F8F8F. Windows color (decimal): -3900311 or 6913220. OLE color: 6913220.

HSL color Cylindrical-coordinate representation of color #C47C69: hue angle of 12.53º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C47C69 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 124 105 -
CMYK 0 0.37 0.46 0.23
HSL 12.53º 0.44% 0.59% -
HSV(B) 12.53º 0.46% 0.77% -
XYZ 32.52 27.17 16.9 -
YUV 143.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 196 124 105 0 0.37 0.46 0.23 12.53 0.44 0.59
Hex C4 7C 69 0 25 2E 17 D 2C 3B
Octal 304 174 151 0 45 56 27 15 54 73
Binary 11000100 1111100 1101001 0 100101 101110 10111 1101 101100 111011

Color Harmonies of #C47C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47C69

Black with #C47C69

Text Example


Text Example

White with #C47C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47C69; }

 p { color: rgb(196,124,105); }

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

background-color css

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

 a { background-color: rgb(196,124,105); }

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

border-color css

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

 span { border-color: rgb(196,124,105); }

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