Html Css Color HEX #C05A2E Smoke Tree

📋 copy color: '#C05A2E'

red 192 ◦ green 90 ◦ blue 46

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

Shades of Smoke Tree #C05A2E

Tints of Smoke Tree #C05A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.44%

 BLUE value IS 46 (18.36% from 255) = 14.02%

R = 58.54%
G = 27.44%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#C05A2E (or 0xC05A2E) is known color: Smoke Tree. HEX triplet: C0, 5A and 2E. RGB value is (192,90,46). Sum of RGB (Red+Green+Blue) = 192+90+46=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 46 (18.36% from 255 or 14.02% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A2E is #3FA5D1. Grayscale: #737373. Windows color (decimal): -4171218 or 3037888. OLE color: 3037888.

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

Color convert

RGB 192 90 46 -
CMYK 0 0.53 0.76 0.25
HSL 18.08º 0.61% 0.47% -
HSV(B) 18.08º 0.76% 0.75% -
XYZ 25.89 18.72 4.83 -
YUV 115.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 192 90 46 0 0.53 0.76 0.25 18.08 0.61 0.47
Hex C0 5A 2E 0 35 4C 19 12 3D 2F
Octal 300 132 56 0 65 114 31 22 75 57
Binary 11000000 1011010 101110 0 110101 1001100 11001 10010 111101 101111

Color Harmonies of #C05A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A2E

Black with #C05A2E

Text Example


Text Example

White with #C05A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A2E; }

 p { color: rgb(192,90,46); }

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

background-color css

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

 a { background-color: rgb(192,90,46); }

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

border-color css

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

 span { border-color: rgb(192,90,46); }

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