Html Css Color HEX #C05D32 Smoke Tree

📋 copy color: '#C05D32'

red 192 ◦ green 93 ◦ blue 50

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

Shades of Smoke Tree #C05D32

Tints of Smoke Tree #C05D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 57.31%
G = 27.76%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C05D32 (or 0xC05D32) is known color: Smoke Tree. HEX triplet: C0, 5D and 32. RGB value is (192,93,50). Sum of RGB (Red+Green+Blue) = 192+93+50=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D32 is #3FA2CD. Grayscale: #757575. Windows color (decimal): -4170446 or 3300800. OLE color: 3300800.

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

Color convert

RGB 192 93 50 -
CMYK 0 0.52 0.74 0.25
HSL 18.17º 0.59% 0.47% -
HSV(B) 18.17º 0.74% 0.75% -
XYZ 26.23 19.27 5.35 -
YUV 117.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 192 93 50 0 0.52 0.74 0.25 18.17 0.59 0.47
Hex C0 5D 32 0 34 4A 19 12 3B 2F
Octal 300 135 62 0 64 112 31 22 73 57
Binary 11000000 1011101 110010 0 110100 1001010 11001 10010 111011 101111

Color Harmonies of #C05D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D32

Black with #C05D32

Text Example


Text Example

White with #C05D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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