Html Css Color HEX #C2572C Smoke Tree

📋 copy color: '#C2572C'

red 194 ◦ green 87 ◦ blue 44

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

Shades of Smoke Tree #C2572C

Tints of Smoke Tree #C2572C

RGB

 RED value IS 194 (76.17% from 255) = 59.69%

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 59.69%
G = 26.77%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2572C (or 0xC2572C) is known color: Smoke Tree. HEX triplet: C2, 57 and 2C. RGB value is (194,87,44). Sum of RGB (Red+Green+Blue) = 194+87+44=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2572C is #3DA8D3. Grayscale: #727272. Windows color (decimal): -4040916 or 2906050. OLE color: 2906050.

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

Color convert

RGB 194 87 44 -
CMYK 0 0.55 0.77 0.24
HSL 17.2º 0.63% 0.47% -
HSV(B) 17.2º 0.77% 0.76% -
XYZ 26.11 18.47 4.57 -
YUV 114.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 194 87 44 0 0.55 0.77 0.24 17.2 0.63 0.47
Hex C2 57 2C 0 37 4D 18 11 3F 2F
Octal 302 127 54 0 67 115 30 21 77 57
Binary 11000010 1010111 101100 0 110111 1001101 11000 10001 111111 101111

Color Harmonies of #C2572C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2572C

Black with #C2572C

Text Example


Text Example

White with #C2572C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2572C; }

 p { color: rgb(194,87,44); }

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

background-color css

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

 a { background-color: rgb(194,87,44); }

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

border-color css

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

 span { border-color: rgb(194,87,44); }

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