Html Css Color HEX #C05D2E Smoke Tree

📋 copy color: '#C05D2E'

red 192 ◦ green 93 ◦ blue 46

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

Shades of Smoke Tree #C05D2E

Tints of Smoke Tree #C05D2E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

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

R = 58.01%
G = 28.1%
B = 13.9%

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

#C05D2E (or 0xC05D2E) is known color: Smoke Tree. HEX triplet: C0, 5D and 2E. RGB value is (192,93,46). Sum of RGB (Red+Green+Blue) = 192+93+46=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C05D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05D2E is #3FA2D1. Grayscale: #757575. Windows color (decimal): -4170450 or 3038656. OLE color: 3038656.

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

Color convert

RGB 192 93 46 -
CMYK 0 0.52 0.76 0.25
HSL 19.32º 0.61% 0.47% -
HSV(B) 19.32º 0.76% 0.75% -
XYZ 26.15 19.23 4.92 -
YUV 117.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 192 93 46 0 0.52 0.76 0.25 19.32 0.61 0.47
Hex C0 5D 2E 0 34 4C 19 13 3D 2F
Octal 300 135 56 0 64 114 31 23 75 57
Binary 11000000 1011101 101110 0 110100 1001100 11001 10011 111101 101111

Color Harmonies of #C05D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05D2E

Black with #C05D2E

Text Example


Text Example

White with #C05D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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