Html Css Color HEX #C55B2D Smoke Tree

📋 copy color: '#C55B2D'

red 197 ◦ green 91 ◦ blue 45

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

Shades of Smoke Tree #C55B2D

Tints of Smoke Tree #C55B2D

RGB

 RED value IS 197 (77.34% from 255) = 59.16%

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 45 (17.97% from 255) = 13.51%

R = 59.16%
G = 27.33%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C55B2D (or 0xC55B2D) is known color: Smoke Tree. HEX triplet: C5, 5B and 2D. RGB value is (197,91,45). Sum of RGB (Red+Green+Blue) = 197+91+45=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B2D is #3AA4D2. Grayscale: #757575. Windows color (decimal): -3843283 or 2972613. OLE color: 2972613.

HSL color Cylindrical-coordinate representation of color #C55B2D: hue angle of 18.16º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C55B2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 45 -
CMYK 0 0.54 0.77 0.23
HSL 18.16º 0.63% 0.47% -
HSV(B) 18.16º 0.77% 0.77% -
XYZ 27.24 19.54 4.82 -
YUV 117.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 197 91 45 0 0.54 0.77 0.23 18.16 0.63 0.47
Hex C5 5B 2D 0 36 4D 17 12 3F 2F
Octal 305 133 55 0 66 115 27 22 77 57
Binary 11000101 1011011 101101 0 110110 1001101 10111 10010 111111 101111

Color Harmonies of #C55B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B2D

Black with #C55B2D

Text Example


Text Example

White with #C55B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B2D; }

 p { color: rgb(197,91,45); }

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

background-color css

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

 a { background-color: rgb(197,91,45); }

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

border-color css

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

 span { border-color: rgb(197,91,45); }

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