Html Css Color HEX #C05B31 Smoke Tree

📋 copy color: '#C05B31'

red 192 ◦ green 91 ◦ blue 49

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

Shades of Smoke Tree #C05B31

Tints of Smoke Tree #C05B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 57.83%
G = 27.41%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C05B31 (or 0xC05B31) is known color: Smoke Tree. HEX triplet: C0, 5B and 31. RGB value is (192,91,49). Sum of RGB (Red+Green+Blue) = 192+91+49=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B31 is #3FA4CE. Grayscale: #747474. Windows color (decimal): -4170959 or 3234752. OLE color: 3234752.

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

Color convert

RGB 192 91 49 -
CMYK 0 0.53 0.74 0.25
HSL 17.62º 0.59% 0.47% -
HSV(B) 17.62º 0.74% 0.75% -
XYZ 26.03 18.91 5.18 -
YUV 116.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 192 91 49 0 0.53 0.74 0.25 17.62 0.59 0.47
Hex C0 5B 31 0 35 4A 19 12 3B 2F
Octal 300 133 61 0 65 112 31 22 73 57
Binary 11000000 1011011 110001 0 110101 1001010 11001 10010 111011 101111

Color Harmonies of #C05B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B31

Black with #C05B31

Text Example


Text Example

White with #C05B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B31; }

 p { color: rgb(192,91,49); }

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

background-color css

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

 a { background-color: rgb(192,91,49); }

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

border-color css

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

 span { border-color: rgb(192,91,49); }

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