Html Css Color HEX #C2582C Smoke Tree

📋 copy color: '#C2582C'

red 194 ◦ green 88 ◦ blue 44

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

Shades of Smoke Tree #C2582C

Tints of Smoke Tree #C2582C

RGB

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

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

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

R = 59.51%
G = 26.99%
B = 13.5%

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

#C2582C (or 0xC2582C) is known color: Smoke Tree. HEX triplet: C2, 58 and 2C. RGB value is (194,88,44). Sum of RGB (Red+Green+Blue) = 194+88+44=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C2582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2582C is #3DA7D3. Grayscale: #727272. Windows color (decimal): -4040660 or 2906306. OLE color: 2906306.

HSL color Cylindrical-coordinate representation of color #C2582C: hue angle of 17.6º 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 #C2582C is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 88 44 -
CMYK 0 0.55 0.77 0.24
HSL 17.6º 0.63% 0.47% -
HSV(B) 17.6º 0.77% 0.76% -
XYZ 26.19 18.63 4.6 -
YUV 114.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 194 88 44 0 0.55 0.77 0.24 17.6 0.63 0.47
Hex C2 58 2C 0 37 4D 18 12 3F 2F
Octal 302 130 54 0 67 115 30 22 77 57
Binary 11000010 1011000 101100 0 110111 1001101 11000 10010 111111 101111

Color Harmonies of #C2582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2582C

Black with #C2582C

Text Example


Text Example

White with #C2582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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