Html Css Color HEX #C1572F Smoke Tree

📋 copy color: '#C1572F'

red 193 ◦ green 87 ◦ blue 47

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

Shades of Smoke Tree #C1572F

Tints of Smoke Tree #C1572F

RGB

 RED value IS 193 (75.78% from 255) = 59.02%

 GREEN value IS 87 (34.38% from 255) = 26.61%

 BLUE value IS 47 (18.75% from 255) = 14.37%

R = 59.02%
G = 26.61%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1572F (or 0xC1572F) is known color: Smoke Tree. HEX triplet: C1, 57 and 2F. RGB value is (193,87,47). Sum of RGB (Red+Green+Blue) = 193+87+47=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 47 (18.75% from 255 or 14.37% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C1572F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1572F is #3EA8D0. Grayscale: #727272. Windows color (decimal): -4106449 or 3102657. OLE color: 3102657.

HSL color Cylindrical-coordinate representation of color #C1572F: hue angle of 16.44º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C1572F is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 87 47 -
CMYK 0 0.55 0.76 0.24
HSL 16.44º 0.61% 0.47% -
HSV(B) 16.44º 0.76% 0.76% -
XYZ 25.91 18.36 4.87 -
YUV 114.13 90.12 184.25 -
System Red Green Blue C M Y K H S L
Decimal 193 87 47 0 0.55 0.76 0.24 16.44 0.61 0.47
Hex C1 57 2F 0 37 4C 18 10 3D 2F
Octal 301 127 57 0 67 114 30 20 75 57
Binary 11000001 1010111 101111 0 110111 1001100 11000 10000 111101 101111

Color Harmonies of #C1572F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1572F

Black with #C1572F

Text Example


Text Example

White with #C1572F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1572F; }

 p { color: rgb(193,87,47); }

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

background-color css

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

 a { background-color: rgb(193,87,47); }

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

border-color css

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

 span { border-color: rgb(193,87,47); }

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