Html Css Color HEX #C0562A Smoke Tree

📋 copy color: '#C0562A'

red 192 ◦ green 86 ◦ blue 42

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

Shades of Smoke Tree #C0562A

Tints of Smoke Tree #C0562A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.13%

R = 60%
G = 26.88%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#C0562A (or 0xC0562A) is known color: Smoke Tree. HEX triplet: C0, 56 and 2A. RGB value is (192,86,42). Sum of RGB (Red+Green+Blue) = 192+86+42=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C0562A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0562A is #3FA9D5. Grayscale: #707070. Windows color (decimal): -4172246 or 2774720. OLE color: 2774720.

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

Color convert

RGB 192 86 42 -
CMYK 0 0.55 0.78 0.25
HSL 17.6º 0.64% 0.46% -
HSV(B) 17.6º 0.78% 0.75% -
XYZ 25.48 18.03 4.33 -
YUV 112.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 192 86 42 0 0.55 0.78 0.25 17.6 0.64 0.46
Hex C0 56 2A 0 37 4E 19 12 40 2E
Octal 300 126 52 0 67 116 31 22 100 56
Binary 11000000 1010110 101010 0 110111 1001110 11001 10010 1000000 101110

Color Harmonies of #C0562A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0562A

Black with #C0562A

Text Example


Text Example

White with #C0562A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0562A; }

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

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

background-color css

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

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

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

border-color css

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

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

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