Html Css Color HEX #C0582F Smoke Tree

📋 copy color: '#C0582F'

red 192 ◦ green 88 ◦ blue 47

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

Shades of Smoke Tree #C0582F

Tints of Smoke Tree #C0582F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.91%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 58.72%
G = 26.91%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C0582F (or 0xC0582F) is known color: Smoke Tree. HEX triplet: C0, 58 and 2F. RGB value is (192,88,47). Sum of RGB (Red+Green+Blue) = 192+88+47=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C0582F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0582F is #3FA7D0. Grayscale: #727272. Windows color (decimal): -4171729 or 3102912. OLE color: 3102912.

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

Color convert

RGB 192 88 47 -
CMYK 0 0.54 0.76 0.25
HSL 16.97º 0.61% 0.47% -
HSV(B) 16.97º 0.76% 0.75% -
XYZ 25.74 18.39 4.88 -
YUV 114.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 192 88 47 0 0.54 0.76 0.25 16.97 0.61 0.47
Hex C0 58 2F 0 36 4C 19 11 3D 2F
Octal 300 130 57 0 66 114 31 21 75 57
Binary 11000000 1011000 101111 0 110110 1001100 11001 10001 111101 101111

Color Harmonies of #C0582F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0582F

Black with #C0582F

Text Example


Text Example

White with #C0582F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0582F; }

 p { color: rgb(192,88,47); }

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

background-color css

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

 a { background-color: rgb(192,88,47); }

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

border-color css

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

 span { border-color: rgb(192,88,47); }

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