Html Css Color HEX #C05D33 Smoke Tree

📋 copy color: '#C05D33'

red 192 ◦ green 93 ◦ blue 51

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

Shades of Smoke Tree #C05D33

Tints of Smoke Tree #C05D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 57.14%
G = 27.68%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C05D33 (or 0xC05D33) is known color: Smoke Tree. HEX triplet: C0, 5D and 33. RGB value is (192,93,51). Sum of RGB (Red+Green+Blue) = 192+93+51=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D33 is #3FA2CC. Grayscale: #767676. Windows color (decimal): -4170445 or 3366336. OLE color: 3366336.

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

Color convert

RGB 192 93 51 -
CMYK 0 0.52 0.73 0.25
HSL 17.87º 0.58% 0.48% -
HSV(B) 17.87º 0.73% 0.75% -
XYZ 26.25 19.27 5.47 -
YUV 117.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 192 93 51 0 0.52 0.73 0.25 17.87 0.58 0.48
Hex C0 5D 33 0 34 49 19 12 3A 30
Octal 300 135 63 0 64 111 31 22 72 60
Binary 11000000 1011101 110011 0 110100 1001001 11001 10010 111010 110000

Color Harmonies of #C05D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D33

Black with #C05D33

Text Example


Text Example

White with #C05D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D33; }

 p { color: rgb(192,93,51); }

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

background-color css

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

 a { background-color: rgb(192,93,51); }

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

border-color css

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

 span { border-color: rgb(192,93,51); }

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