Html Css Color HEX #C05C2F Smoke Tree

📋 copy color: '#C05C2F'

red 192 ◦ green 92 ◦ blue 47

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

Shades of Smoke Tree #C05C2F

Tints of Smoke Tree #C05C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 58.01%
G = 27.79%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C05C2F (or 0xC05C2F) is known color: Smoke Tree. HEX triplet: C0, 5C and 2F. RGB value is (192,92,47). Sum of RGB (Red+Green+Blue) = 192+92+47=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05C2F is #3FA3D0. Grayscale: #757575. Windows color (decimal): -4170705 or 3103936. OLE color: 3103936.

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

Color convert

RGB 192 92 47 -
CMYK 0 0.52 0.76 0.25
HSL 18.62º 0.61% 0.47% -
HSV(B) 18.62º 0.76% 0.75% -
XYZ 26.08 19.07 4.99 -
YUV 116.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 192 92 47 0 0.52 0.76 0.25 18.62 0.61 0.47
Hex C0 5C 2F 0 34 4C 19 13 3D 2F
Octal 300 134 57 0 64 114 31 23 75 57
Binary 11000000 1011100 101111 0 110100 1001100 11001 10011 111101 101111

Color Harmonies of #C05C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C2F

Black with #C05C2F

Text Example


Text Example

White with #C05C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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