Html Css Color HEX #C05625 Smoke Tree

📋 copy color: '#C05625'

red 192 ◦ green 86 ◦ blue 37

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

Shades of Smoke Tree #C05625

Tints of Smoke Tree #C05625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.3%

 BLUE value IS 37 (14.84% from 255) = 11.75%

R = 60.95%
G = 27.3%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C05625 (or 0xC05625) is known color: Smoke Tree. HEX triplet: C0, 56 and 25. RGB value is (192,86,37). Sum of RGB (Red+Green+Blue) = 192+86+37=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C05625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05625 is #3FA9DA. Grayscale: #707070. Windows color (decimal): -4172251 or 2447040. OLE color: 2447040.

HSL color Cylindrical-coordinate representation of color #C05625: hue angle of 18.97º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C05625 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 86 37 -
CMYK 0 0.55 0.81 0.25
HSL 18.97º 0.68% 0.45% -
HSV(B) 18.97º 0.81% 0.75% -
XYZ 25.4 18 3.89 -
YUV 112.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 192 86 37 0 0.55 0.81 0.25 18.97 0.68 0.45
Hex C0 56 25 0 37 51 19 13 44 2D
Octal 300 126 45 0 67 121 31 23 104 55
Binary 11000000 1010110 100101 0 110111 1010001 11001 10011 1000100 101101

Color Harmonies of #C05625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05625

Black with #C05625

Text Example


Text Example

White with #C05625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05625; }

 p { color: rgb(192,86,37); }

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

background-color css

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

 a { background-color: rgb(192,86,37); }

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

border-color css

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

 span { border-color: rgb(192,86,37); }

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