Html Css Color HEX #C05732 Smoke Tree

📋 copy color: '#C05732'

red 192 ◦ green 87 ◦ blue 50

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

Shades of Smoke Tree #C05732

Tints of Smoke Tree #C05732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 58.36%
G = 26.44%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C05732 (or 0xC05732) is known color: Smoke Tree. HEX triplet: C0, 57 and 32. RGB value is (192,87,50). Sum of RGB (Red+Green+Blue) = 192+87+50=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05732 is #3FA8CD. Grayscale: #727272. Windows color (decimal): -4171982 or 3299264. OLE color: 3299264.

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

Color convert

RGB 192 87 50 -
CMYK 0 0.55 0.74 0.25
HSL 15.63º 0.59% 0.47% -
HSV(B) 15.63º 0.74% 0.75% -
XYZ 25.72 18.25 5.19 -
YUV 114.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 192 87 50 0 0.55 0.74 0.25 15.63 0.59 0.47
Hex C0 57 32 0 37 4A 19 10 3B 2F
Octal 300 127 62 0 67 112 31 20 73 57
Binary 11000000 1010111 110010 0 110111 1001010 11001 10000 111011 101111

Color Harmonies of #C05732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05732

Black with #C05732

Text Example


Text Example

White with #C05732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05732; }

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

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

background-color css

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

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

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

border-color css

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

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

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