Html Css Color HEX #C47A62 Burning Sand

📋 copy color: '#C47A62'

red 196 ◦ green 122 ◦ blue 98

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

Shades of Burning Sand #C47A62

Tints of Burning Sand #C47A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.33%

 BLUE value IS 98 (38.67% from 255) = 23.56%

R = 47.12%
G = 29.33%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.23

RGB Variations

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

Color information

#C47A62 (or 0xC47A62) is known color: Burning Sand. HEX triplet: C4, 7A and 62. RGB value is (196,122,98). Sum of RGB (Red+Green+Blue) = 196+122+98=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C47A62 is #3B859D. Grayscale: #8D8D8D. Windows color (decimal): -3900830 or 6453956. OLE color: 6453956.

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

Color convert

RGB 196 122 98 -
CMYK 0 0.38 0.5 0.23
HSL 14.69º 0.45% 0.58% -
HSV(B) 14.69º 0.5% 0.77% -
XYZ 31.93 26.54 14.99 -
YUV 141.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 196 122 98 0 0.38 0.5 0.23 14.69 0.45 0.58
Hex C4 7A 62 0 26 32 17 F 2D 3A
Octal 304 172 142 0 46 62 27 17 55 72
Binary 11000100 1111010 1100010 0 100110 110010 10111 1111 101101 111010

Color Harmonies of #C47A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A62

Black with #C47A62

Text Example


Text Example

White with #C47A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A62; }

 p { color: rgb(196,122,98); }

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

background-color css

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

 a { background-color: rgb(196,122,98); }

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

border-color css

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

 span { border-color: rgb(196,122,98); }

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