Html Css Color HEX #C26233 Smoke Tree

📋 copy color: '#C26233'

red 194 ◦ green 98 ◦ blue 51

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

Shades of Smoke Tree #C26233

Tints of Smoke Tree #C26233

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

 BLUE value IS 51 (20.31% from 255) = 14.87%

R = 56.56%
G = 28.57%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C26233 (or 0xC26233) is known color: Smoke Tree. HEX triplet: C2, 62 and 33. RGB value is (194,98,51). Sum of RGB (Red+Green+Blue) = 194+98+51=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 51 (20.31% from 255 or 14.87% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C26233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26233 is #3D9DCC. Grayscale: #797979. Windows color (decimal): -4038093 or 3367618. OLE color: 3367618.

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

Color convert

RGB 194 98 51 -
CMYK 0 0.49 0.74 0.24
HSL 19.72º 0.58% 0.48% -
HSV(B) 19.72º 0.74% 0.76% -
XYZ 27.21 20.44 5.64 -
YUV 121.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 194 98 51 0 0.49 0.74 0.24 19.72 0.58 0.48
Hex C2 62 33 0 31 4A 18 14 3A 30
Octal 302 142 63 0 61 112 30 24 72 60
Binary 11000010 1100010 110011 0 110001 1001010 11000 10100 111010 110000

Color Harmonies of #C26233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26233

Black with #C26233

Text Example


Text Example

White with #C26233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26233; }

 p { color: rgb(194,98,51); }

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

background-color css

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

 a { background-color: rgb(194,98,51); }

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

border-color css

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

 span { border-color: rgb(194,98,51); }

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