Html Css Color HEX #C47F66 Burning Sand

📋 copy color: '#C47F66'

red 196 ◦ green 127 ◦ blue 102

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

Shades of Burning Sand #C47F66

Tints of Burning Sand #C47F66

RGB

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

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

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

R = 46.12%
G = 29.88%
B = 24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C47F66 (or 0xC47F66) is known color: Burning Sand. HEX triplet: C4, 7F and 66. RGB value is (196,127,102). Sum of RGB (Red+Green+Blue) = 196+127+102=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47F66 is #3B8099. Grayscale: #909090. Windows color (decimal): -3899546 or 6717380. OLE color: 6717380.

HSL color Cylindrical-coordinate representation of color #C47F66: hue angle of 15.96º 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 #C47F66 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 102 -
CMYK 0 0.35 0.48 0.23
HSL 15.96º 0.44% 0.58% -
HSV(B) 15.96º 0.48% 0.77% -
XYZ 32.75 27.87 16.22 -
YUV 144.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 196 127 102 0 0.35 0.48 0.23 15.96 0.44 0.58
Hex C4 7F 66 0 23 30 17 10 2C 3A
Octal 304 177 146 0 43 60 27 20 54 72
Binary 11000100 1111111 1100110 0 100011 110000 10111 10000 101100 111010

Color Harmonies of #C47F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F66

Black with #C47F66

Text Example


Text Example

White with #C47F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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