Html Css Color HEX #C06036 Smoke Tree

📋 copy color: '#C06036'

red 192 ◦ green 96 ◦ blue 54

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

Shades of Smoke Tree #C06036

Tints of Smoke Tree #C06036

RGB

 RED value IS 192 (75.39% from 255) = 56.14%

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

 BLUE value IS 54 (21.48% from 255) = 15.79%

R = 56.14%
G = 28.07%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C06036 (or 0xC06036) is known color: Smoke Tree. HEX triplet: C0, 60 and 36. RGB value is (192,96,54). Sum of RGB (Red+Green+Blue) = 192+96+54=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C06036 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06036 is #3F9FC9. Grayscale: #787878. Windows color (decimal): -4169674 or 3563712. OLE color: 3563712.

HSL color Cylindrical-coordinate representation of color #C06036: hue angle of 18.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06036 is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 54 -
CMYK 0 0.50 0.72 0.25
HSL 18.26º 0.56% 0.48% -
HSV(B) 18.26º 0.72% 0.75% -
XYZ 26.59 19.84 5.92 -
YUV 119.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 192 96 54 0 0.50 0.72 0.25 18.26 0.56 0.48
Hex C0 60 36 0 32 48 19 12 38 30
Octal 300 140 66 0 62 110 31 22 70 60
Binary 11000000 1100000 110110 0 110010 1001000 11001 10010 111000 110000

Color Harmonies of #C06036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06036

Black with #C06036

Text Example


Text Example

White with #C06036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06036; }

 p { color: rgb(192,96,54); }

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

background-color css

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

 a { background-color: rgb(192,96,54); }

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

border-color css

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

 span { border-color: rgb(192,96,54); }

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