Html Css Color HEX #C05834 Smoke Tree

📋 copy color: '#C05834'

red 192 ◦ green 88 ◦ blue 52

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

Shades of Smoke Tree #C05834

Tints of Smoke Tree #C05834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.66%

R = 57.83%
G = 26.51%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C05834 (or 0xC05834) is known color: Smoke Tree. HEX triplet: C0, 58 and 34. RGB value is (192,88,52). Sum of RGB (Red+Green+Blue) = 192+88+52=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C05834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05834 is #3FA7CB. Grayscale: #737373. Windows color (decimal): -4171724 or 3430592. OLE color: 3430592.

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

Color convert

RGB 192 88 52 -
CMYK 0 0.54 0.73 0.25
HSL 15.43º 0.57% 0.48% -
HSV(B) 15.43º 0.73% 0.75% -
XYZ 25.85 18.43 5.44 -
YUV 114.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 192 88 52 0 0.54 0.73 0.25 15.43 0.57 0.48
Hex C0 58 34 0 36 49 19 F 39 30
Octal 300 130 64 0 66 111 31 17 71 60
Binary 11000000 1011000 110100 0 110110 1001001 11001 1111 111001 110000

Color Harmonies of #C05834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05834

Black with #C05834

Text Example


Text Example

White with #C05834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05834; }

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

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

background-color css

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

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

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

border-color css

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

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

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