Html Css Color HEX #C26132 Smoke Tree

📋 copy color: '#C26132'

red 194 ◦ green 97 ◦ blue 50

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

Shades of Smoke Tree #C26132

Tints of Smoke Tree #C26132

RGB

 RED value IS 194 (76.17% from 255) = 56.89%

 GREEN value IS 97 (38.28% from 255) = 28.45%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 56.89%
G = 28.45%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C26132 (or 0xC26132) is known color: Smoke Tree. HEX triplet: C2, 61 and 32. RGB value is (194,97,50). Sum of RGB (Red+Green+Blue) = 194+97+50=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C26132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26132 is #3D9ECD. Grayscale: #787878. Windows color (decimal): -4038350 or 3301826. OLE color: 3301826.

HSL color Cylindrical-coordinate representation of color #C26132: hue angle of 19.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C26132 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 50 -
CMYK 0 0.50 0.74 0.24
HSL 19.58º 0.59% 0.48% -
HSV(B) 19.58º 0.74% 0.76% -
XYZ 27.1 20.25 5.5 -
YUV 120.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 194 97 50 0 0.50 0.74 0.24 19.58 0.59 0.48
Hex C2 61 32 0 32 4A 18 14 3B 30
Octal 302 141 62 0 62 112 30 24 73 60
Binary 11000010 1100001 110010 0 110010 1001010 11000 10100 111011 110000

Color Harmonies of #C26132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26132

Black with #C26132

Text Example


Text Example

White with #C26132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26132; }

 p { color: rgb(194,97,50); }

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

background-color css

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

 a { background-color: rgb(194,97,50); }

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

border-color css

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

 span { border-color: rgb(194,97,50); }

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