Html Css Color HEX #C06136 Smoke Tree

📋 copy color: '#C06136'

red 192 ◦ green 97 ◦ blue 54

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

Shades of Smoke Tree #C06136

Tints of Smoke Tree #C06136

RGB

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

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

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

R = 55.98%
G = 28.28%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C06136 (or 0xC06136) is known color: Smoke Tree. HEX triplet: C0, 61 and 36. RGB value is (192,97,54). Sum of RGB (Red+Green+Blue) = 192+97+54=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C06136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06136 is #3F9EC9. Grayscale: #787878. Windows color (decimal): -4169418 or 3563968. OLE color: 3563968.

HSL color Cylindrical-coordinate representation of color #C06136: hue angle of 18.7º 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 #C06136 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 97 54 -
CMYK 0 0.49 0.72 0.25
HSL 18.7º 0.56% 0.48% -
HSV(B) 18.7º 0.72% 0.75% -
XYZ 26.68 20.02 5.95 -
YUV 120.5 90.47 179 -
System Red Green Blue C M Y K H S L
Decimal 192 97 54 0 0.49 0.72 0.25 18.7 0.56 0.48
Hex C0 61 36 0 31 48 19 13 38 30
Octal 300 141 66 0 61 110 31 23 70 60
Binary 11000000 1100001 110110 0 110001 1001000 11001 10011 111000 110000

Color Harmonies of #C06136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06136

Black with #C06136

Text Example


Text Example

White with #C06136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06136; }

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

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

background-color css

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

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

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

border-color css

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

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

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