Html Css Color HEX #C05932 Smoke Tree

📋 copy color: '#C05932'

red 192 ◦ green 89 ◦ blue 50

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

Shades of Smoke Tree #C05932

Tints of Smoke Tree #C05932

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 58.01%
G = 26.89%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C05932 (or 0xC05932) is known color: Smoke Tree. HEX triplet: C0, 59 and 32. RGB value is (192,89,50). Sum of RGB (Red+Green+Blue) = 192+89+50=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05932 is #3FA6CD. Grayscale: #737373. Windows color (decimal): -4171470 or 3299776. OLE color: 3299776.

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

Color convert

RGB 192 89 50 -
CMYK 0 0.54 0.74 0.25
HSL 16.48º 0.59% 0.47% -
HSV(B) 16.48º 0.74% 0.75% -
XYZ 25.89 18.58 5.24 -
YUV 115.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 192 89 50 0 0.54 0.74 0.25 16.48 0.59 0.47
Hex C0 59 32 0 36 4A 19 10 3B 2F
Octal 300 131 62 0 66 112 31 20 73 57
Binary 11000000 1011001 110010 0 110110 1001010 11001 10000 111011 101111

Color Harmonies of #C05932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05932

Black with #C05932

Text Example


Text Example

White with #C05932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05932; }

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

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

background-color css

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

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

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

border-color css

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

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

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