Html Css Color HEX #C05F3A Smoke Tree

📋 copy color: '#C05F3A'

red 192 ◦ green 95 ◦ blue 58

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

Shades of Smoke Tree #C05F3A

Tints of Smoke Tree #C05F3A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.54%

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 55.65%
G = 27.54%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C05F3A (or 0xC05F3A) is known color: Smoke Tree. HEX triplet: C0, 5F and 3A. RGB value is (192,95,58). Sum of RGB (Red+Green+Blue) = 192+95+58=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05F3A is #3FA0C5. Grayscale: #787878. Windows color (decimal): -4169926 or 3825600. OLE color: 3825600.

HSL color Cylindrical-coordinate representation of color #C05F3A: hue angle of 16.57º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C05F3A is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 95 58 -
CMYK 0 0.51 0.70 0.25
HSL 16.57º 0.54% 0.49% -
HSV(B) 16.57º 0.7% 0.75% -
XYZ 26.59 19.7 6.4 -
YUV 119.79 93.14 179.51 -
System Red Green Blue C M Y K H S L
Decimal 192 95 58 0 0.51 0.70 0.25 16.57 0.54 0.49
Hex C0 5F 3A 0 33 46 19 11 36 31
Octal 300 137 72 0 63 106 31 21 66 61
Binary 11000000 1011111 111010 0 110011 1000110 11001 10001 110110 110001

Color Harmonies of #C05F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F3A

Black with #C05F3A

Text Example


Text Example

White with #C05F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F3A; }

 p { color: rgb(192,95,58); }

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

background-color css

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

 a { background-color: rgb(192,95,58); }

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

border-color css

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

 span { border-color: rgb(192,95,58); }

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