Html Css Color HEX #C05B2E Smoke Tree

📋 copy color: '#C05B2E'

red 192 ◦ green 91 ◦ blue 46

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

Shades of Smoke Tree #C05B2E

Tints of Smoke Tree #C05B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.66%

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

R = 58.36%
G = 27.66%
B = 13.98%

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

#C05B2E (or 0xC05B2E) is known color: Smoke Tree. HEX triplet: C0, 5B and 2E. RGB value is (192,91,46). Sum of RGB (Red+Green+Blue) = 192+91+46=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C05B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05B2E is #3FA4D1. Grayscale: #747474. Windows color (decimal): -4170962 or 3038144. OLE color: 3038144.

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

Color convert

RGB 192 91 46 -
CMYK 0 0.53 0.76 0.25
HSL 18.49º 0.61% 0.47% -
HSV(B) 18.49º 0.76% 0.75% -
XYZ 25.97 18.89 4.86 -
YUV 116.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 192 91 46 0 0.53 0.76 0.25 18.49 0.61 0.47
Hex C0 5B 2E 0 35 4C 19 12 3D 2F
Octal 300 133 56 0 65 114 31 22 75 57
Binary 11000000 1011011 101110 0 110101 1001100 11001 10010 111101 101111

Color Harmonies of #C05B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05B2E

Black with #C05B2E

Text Example


Text Example

White with #C05B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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