Html Css Color HEX #C06336 Smoke Tree

📋 copy color: '#C06336'

red 192 ◦ green 99 ◦ blue 54

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

Shades of Smoke Tree #C06336

Tints of Smoke Tree #C06336

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 55.65%
G = 28.7%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C06336 (or 0xC06336) is known color: Smoke Tree. HEX triplet: C0, 63 and 36. RGB value is (192,99,54). Sum of RGB (Red+Green+Blue) = 192+99+54=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C06336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06336 is #3F9CC9. Grayscale: #797979. Windows color (decimal): -4168906 or 3564480. OLE color: 3564480.

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

Color convert

RGB 192 99 54 -
CMYK 0 0.48 0.72 0.25
HSL 19.57º 0.56% 0.48% -
HSV(B) 19.57º 0.72% 0.75% -
XYZ 26.87 20.4 6.01 -
YUV 121.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 192 99 54 0 0.48 0.72 0.25 19.57 0.56 0.48
Hex C0 63 36 0 30 48 19 14 38 30
Octal 300 143 66 0 60 110 31 24 70 60
Binary 11000000 1100011 110110 0 110000 1001000 11001 10100 111000 110000

Color Harmonies of #C06336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06336

Black with #C06336

Text Example


Text Example

White with #C06336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06336; }

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

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

background-color css

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

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

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

border-color css

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

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

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