Html Css Color HEX #C25728 Smoke Tree

📋 copy color: '#C25728'

red 194 ◦ green 87 ◦ blue 40

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

Shades of Smoke Tree #C25728

Tints of Smoke Tree #C25728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.46%

R = 60.44%
G = 27.1%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C25728 (or 0xC25728) is known color: Smoke Tree. HEX triplet: C2, 57 and 28. RGB value is (194,87,40). Sum of RGB (Red+Green+Blue) = 194+87+40=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C25728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25728 is #3DA8D7. Grayscale: #717171. Windows color (decimal): -4040920 or 2643906. OLE color: 2643906.

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

Color convert

RGB 194 87 40 -
CMYK 0 0.55 0.79 0.24
HSL 18.31º 0.66% 0.46% -
HSV(B) 18.31º 0.79% 0.76% -
XYZ 26.04 18.44 4.19 -
YUV 113.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 194 87 40 0 0.55 0.79 0.24 18.31 0.66 0.46
Hex C2 57 28 0 37 4F 18 12 42 2E
Octal 302 127 50 0 67 117 30 22 102 56
Binary 11000010 1010111 101000 0 110111 1001111 11000 10010 1000010 101110

Color Harmonies of #C25728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25728

Black with #C25728

Text Example


Text Example

White with #C25728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25728; }

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

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

background-color css

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

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

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

border-color css

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

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

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