Html Css Color HEX #C25F32 Smoke Tree

📋 copy color: '#C25F32'

red 194 ◦ green 95 ◦ blue 50

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

Shades of Smoke Tree #C25F32

Tints of Smoke Tree #C25F32

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.02%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 57.23%
G = 28.02%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C25F32 (or 0xC25F32) is known color: Smoke Tree. HEX triplet: C2, 5F and 32. RGB value is (194,95,50). Sum of RGB (Red+Green+Blue) = 194+95+50=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25F32 is #3DA0CD. Grayscale: #777777. Windows color (decimal): -4038862 or 3301314. OLE color: 3301314.

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

Color convert

RGB 194 95 50 -
CMYK 0 0.51 0.74 0.24
HSL 18.75º 0.59% 0.48% -
HSV(B) 18.75º 0.74% 0.76% -
XYZ 26.92 19.88 5.44 -
YUV 119.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 194 95 50 0 0.51 0.74 0.24 18.75 0.59 0.48
Hex C2 5F 32 0 33 4A 18 13 3B 30
Octal 302 137 62 0 63 112 30 23 73 60
Binary 11000010 1011111 110010 0 110011 1001010 11000 10011 111011 110000

Color Harmonies of #C25F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F32

Black with #C25F32

Text Example


Text Example

White with #C25F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F32; }

 p { color: rgb(194,95,50); }

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

background-color css

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

 a { background-color: rgb(194,95,50); }

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

border-color css

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

 span { border-color: rgb(194,95,50); }

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