Html Css Color HEX #C26034 Smoke Tree

📋 copy color: '#C26034'

red 194 ◦ green 96 ◦ blue 52

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

Shades of Smoke Tree #C26034

Tints of Smoke Tree #C26034

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 56.73%
G = 28.07%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C26034 (or 0xC26034) is known color: Smoke Tree. HEX triplet: C2, 60 and 34. RGB value is (194,96,52). Sum of RGB (Red+Green+Blue) = 194+96+52=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C26034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26034 is #3D9FCB. Grayscale: #787878. Windows color (decimal): -4038604 or 3432642. OLE color: 3432642.

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

Color convert

RGB 194 96 52 -
CMYK 0 0.51 0.73 0.24
HSL 18.59º 0.58% 0.48% -
HSV(B) 18.59º 0.73% 0.76% -
XYZ 27.05 20.08 5.7 -
YUV 120.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 194 96 52 0 0.51 0.73 0.24 18.59 0.58 0.48
Hex C2 60 34 0 33 49 18 13 3A 30
Octal 302 140 64 0 63 111 30 23 72 60
Binary 11000010 1100000 110100 0 110011 1001001 11000 10011 111010 110000

Color Harmonies of #C26034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26034

Black with #C26034

Text Example


Text Example

White with #C26034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26034; }

 p { color: rgb(194,96,52); }

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

background-color css

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

 a { background-color: rgb(194,96,52); }

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

border-color css

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

 span { border-color: rgb(194,96,52); }

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