Html Css Color HEX #C45930 Smoke Tree

📋 copy color: '#C45930'

red 196 ◦ green 89 ◦ blue 48

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

Shades of Smoke Tree #C45930

Tints of Smoke Tree #C45930

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 48 (19.14% from 255) = 14.41%

R = 58.86%
G = 26.73%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C45930 (or 0xC45930) is known color: Smoke Tree. HEX triplet: C4, 59 and 30. RGB value is (196,89,48). Sum of RGB (Red+Green+Blue) = 196+89+48=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 48 (19.14% from 255 or 14.41% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45930 is #3BA6CF. Grayscale: #747474. Windows color (decimal): -3909328 or 3168708. OLE color: 3168708.

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

Color convert

RGB 196 89 48 -
CMYK 0 0.55 0.76 0.23
HSL 16.62º 0.61% 0.48% -
HSV(B) 16.62º 0.76% 0.77% -
XYZ 26.87 19.09 5.07 -
YUV 116.32 89.45 184.83 -
System Red Green Blue C M Y K H S L
Decimal 196 89 48 0 0.55 0.76 0.23 16.62 0.61 0.48
Hex C4 59 30 0 37 4C 17 11 3D 30
Octal 304 131 60 0 67 114 27 21 75 60
Binary 11000100 1011001 110000 0 110111 1001100 10111 10001 111101 110000

Color Harmonies of #C45930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45930

Black with #C45930

Text Example


Text Example

White with #C45930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45930; }

 p { color: rgb(196,89,48); }

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

background-color css

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

 a { background-color: rgb(196,89,48); }

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

border-color css

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

 span { border-color: rgb(196,89,48); }

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