Html Css Color HEX #C55A2D Smoke Tree

📋 copy color: '#C55A2D'

red 197 ◦ green 90 ◦ blue 45

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

Shades of Smoke Tree #C55A2D

Tints of Smoke Tree #C55A2D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 59.34%
G = 27.11%
B = 13.55%

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

#C55A2D (or 0xC55A2D) is known color: Smoke Tree. HEX triplet: C5, 5A and 2D. RGB value is (197,90,45). Sum of RGB (Red+Green+Blue) = 197+90+45=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A2D is #3AA5D2. Grayscale: #757575. Windows color (decimal): -3843539 or 2972357. OLE color: 2972357.

HSL color Cylindrical-coordinate representation of color #C55A2D: hue angle of 17.76º 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 #C55A2D is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 45 -
CMYK 0 0.54 0.77 0.23
HSL 17.76º 0.63% 0.47% -
HSV(B) 17.76º 0.77% 0.77% -
XYZ 27.16 19.37 4.79 -
YUV 116.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 197 90 45 0 0.54 0.77 0.23 17.76 0.63 0.47
Hex C5 5A 2D 0 36 4D 17 12 3F 2F
Octal 305 132 55 0 66 115 27 22 77 57
Binary 11000101 1011010 101101 0 110110 1001101 10111 10010 111111 101111

Color Harmonies of #C55A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A2D

Black with #C55A2D

Text Example


Text Example

White with #C55A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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