Html Css Color HEX #C25832 Smoke Tree

📋 copy color: '#C25832'

red 194 ◦ green 88 ◦ blue 50

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

Shades of Smoke Tree #C25832

Tints of Smoke Tree #C25832

RGB

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

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

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

R = 58.43%
G = 26.51%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C25832 (or 0xC25832) is known color: Smoke Tree. HEX triplet: C2, 58 and 32. RGB value is (194,88,50). Sum of RGB (Red+Green+Blue) = 194+88+50=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C25832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25832 is #3DA7CD. Grayscale: #737373. Windows color (decimal): -4040654 or 3299522. OLE color: 3299522.

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

Color convert

RGB 194 88 50 -
CMYK 0 0.55 0.74 0.24
HSL 15.83º 0.59% 0.48% -
HSV(B) 15.83º 0.74% 0.76% -
XYZ 26.31 18.68 5.24 -
YUV 115.36 91.12 184.09 -
System Red Green Blue C M Y K H S L
Decimal 194 88 50 0 0.55 0.74 0.24 15.83 0.59 0.48
Hex C2 58 32 0 37 4A 18 10 3B 30
Octal 302 130 62 0 67 112 30 20 73 60
Binary 11000010 1011000 110010 0 110111 1001010 11000 10000 111011 110000

Color Harmonies of #C25832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25832

Black with #C25832

Text Example


Text Example

White with #C25832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25832; }

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

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

background-color css

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

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

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

border-color css

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

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

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