Html Css Color HEX #C05830 Smoke Tree

📋 copy color: '#C05830'

red 192 ◦ green 88 ◦ blue 48

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

Shades of Smoke Tree #C05830

Tints of Smoke Tree #C05830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 58.54%
G = 26.83%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C05830 (or 0xC05830) is known color: Smoke Tree. HEX triplet: C0, 58 and 30. RGB value is (192,88,48). Sum of RGB (Red+Green+Blue) = 192+88+48=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C05830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05830 is #3FA7CF. Grayscale: #727272. Windows color (decimal): -4171728 or 3168448. OLE color: 3168448.

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

Color convert

RGB 192 88 48 -
CMYK 0 0.54 0.75 0.25
HSL 16.67º 0.6% 0.47% -
HSV(B) 16.67º 0.75% 0.75% -
XYZ 25.76 18.4 4.99 -
YUV 114.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 192 88 48 0 0.54 0.75 0.25 16.67 0.6 0.47
Hex C0 58 30 0 36 4B 19 11 3C 2F
Octal 300 130 60 0 66 113 31 21 74 57
Binary 11000000 1011000 110000 0 110110 1001011 11001 10001 111100 101111

Color Harmonies of #C05830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05830

Black with #C05830

Text Example


Text Example

White with #C05830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05830; }

 p { color: rgb(192,88,48); }

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

background-color css

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

 a { background-color: rgb(192,88,48); }

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

border-color css

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

 span { border-color: rgb(192,88,48); }

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