Html Css Color HEX #C45A2E Smoke Tree

📋 copy color: '#C45A2E'

red 196 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #C45A2E

Tints of Smoke Tree #C45A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

 BLUE value IS 46 (18.36% from 255) = 13.86%

R = 59.04%
G = 27.11%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C45A2E (or 0xC45A2E) is known color: Smoke Tree. HEX triplet: C4, 5A and 2E. RGB value is (196,90,46). Sum of RGB (Red+Green+Blue) = 196+90+46=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A2E is #3BA5D1. Grayscale: #747474. Windows color (decimal): -3909074 or 3037892. OLE color: 3037892.

HSL color Cylindrical-coordinate representation of color #C45A2E: hue angle of 17.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C45A2E is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 90 46 -
CMYK 0 0.54 0.77 0.23
HSL 17.6º 0.62% 0.47% -
HSV(B) 17.6º 0.77% 0.77% -
XYZ 26.91 19.25 4.88 -
YUV 116.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 196 90 46 0 0.54 0.77 0.23 17.6 0.62 0.47
Hex C4 5A 2E 0 36 4D 17 12 3E 2F
Octal 304 132 56 0 66 115 27 22 76 57
Binary 11000100 1011010 101110 0 110110 1001101 10111 10010 111110 101111

Color Harmonies of #C45A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A2E

Black with #C45A2E

Text Example


Text Example

White with #C45A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A2E; }

 p { color: rgb(196,90,46); }

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

background-color css

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

 a { background-color: rgb(196,90,46); }

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

border-color css

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

 span { border-color: rgb(196,90,46); }

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