Html Css Color HEX #C25831 Smoke Tree

📋 copy color: '#C25831'

red 194 ◦ green 88 ◦ blue 49

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

Shades of Smoke Tree #C25831

Tints of Smoke Tree #C25831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 58.61%
G = 26.59%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C25831 (or 0xC25831) is known color: Smoke Tree. HEX triplet: C2, 58 and 31. RGB value is (194,88,49). Sum of RGB (Red+Green+Blue) = 194+88+49=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C25831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25831 is #3DA7CE. Grayscale: #737373. Windows color (decimal): -4040655 or 3233986. OLE color: 3233986.

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

Color convert

RGB 194 88 49 -
CMYK 0 0.55 0.75 0.24
HSL 16.14º 0.6% 0.48% -
HSV(B) 16.14º 0.75% 0.76% -
XYZ 26.29 18.67 5.12 -
YUV 115.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 194 88 49 0 0.55 0.75 0.24 16.14 0.6 0.48
Hex C2 58 31 0 37 4B 18 10 3C 30
Octal 302 130 61 0 67 113 30 20 74 60
Binary 11000010 1011000 110001 0 110111 1001011 11000 10000 111100 110000

Color Harmonies of #C25831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25831

Black with #C25831

Text Example


Text Example

White with #C25831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25831; }

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

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

background-color css

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

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

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

border-color css

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

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

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