Html Css Color HEX #C26035 Smoke Tree

📋 copy color: '#C26035'

red 194 ◦ green 96 ◦ blue 53

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

Shades of Smoke Tree #C26035

Tints of Smoke Tree #C26035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 56.56%
G = 27.99%
B = 15.45%

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

#C26035 (or 0xC26035) is known color: Smoke Tree. HEX triplet: C2, 60 and 35. RGB value is (194,96,53). Sum of RGB (Red+Green+Blue) = 194+96+53=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C26035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26035 is #3D9FCA. Grayscale: #787878. Windows color (decimal): -4038603 or 3498178. OLE color: 3498178.

HSL color Cylindrical-coordinate representation of color #C26035: hue angle of 18.3º degrees, saturation: 0.57, 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 #C26035 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 53 -
CMYK 0 0.51 0.73 0.24
HSL 18.3º 0.57% 0.48% -
HSV(B) 18.3º 0.73% 0.76% -
XYZ 27.07 20.09 5.82 -
YUV 120.4 89.97 180.5 -
System Red Green Blue C M Y K H S L
Decimal 194 96 53 0 0.51 0.73 0.24 18.3 0.57 0.48
Hex C2 60 35 0 33 49 18 12 39 30
Octal 302 140 65 0 63 111 30 22 71 60
Binary 11000010 1100000 110101 0 110011 1001001 11000 10010 111001 110000

Color Harmonies of #C26035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26035

Black with #C26035

Text Example


Text Example

White with #C26035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26035; }

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

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

background-color css

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

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

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

border-color css

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

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

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