Html Css Color HEX #C47D66 Burning Sand

📋 copy color: '#C47D66'

red 196 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #C47D66

Tints of Burning Sand #C47D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 46.34%
G = 29.55%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C47D66 (or 0xC47D66) is known color: Burning Sand. HEX triplet: C4, 7D and 66. RGB value is (196,125,102). Sum of RGB (Red+Green+Blue) = 196+125+102=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47D66 is #3B8299. Grayscale: #8F8F8F. Windows color (decimal): -3900058 or 6716868. OLE color: 6716868.

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

Color convert

RGB 196 125 102 -
CMYK 0 0.36 0.48 0.23
HSL 14.68º 0.44% 0.58% -
HSV(B) 14.68º 0.48% 0.77% -
XYZ 32.5 27.36 16.14 -
YUV 143.61 104.52 165.37 -
System Red Green Blue C M Y K H S L
Decimal 196 125 102 0 0.36 0.48 0.23 14.68 0.44 0.58
Hex C4 7D 66 0 24 30 17 F 2C 3A
Octal 304 175 146 0 44 60 27 17 54 72
Binary 11000100 1111101 1100110 0 100100 110000 10111 1111 101100 111010

Color Harmonies of #C47D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47D66

Black with #C47D66

Text Example


Text Example

White with #C47D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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