Html Css Color HEX #C54A45 Sunset

📋 copy color: '#C54A45'

red 197 ◦ green 74 ◦ blue 69

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

Shades of Sunset #C54A45

Tints of Sunset #C54A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.76%

 BLUE value IS 69 (27.34% from 255) = 20.29%

R = 57.94%
G = 21.76%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C54A45 (or 0xC54A45) is known color: Sunset. HEX triplet: C5, 4A and 45. RGB value is (197,74,69). Sum of RGB (Red+Green+Blue) = 197+74+69=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54A45 is #3AB5BA. Grayscale: #6E6E6E. Windows color (decimal): -3847611 or 4541125. OLE color: 4541125.

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

Color convert

RGB 197 74 69 -
CMYK 0 0.62 0.65 0.23
HSL 2.34º 0.52% 0.52% -
HSV(B) 2.34º 0.65% 0.77% -
XYZ 26.55 17.2 7.55 -
YUV 110.21 104.75 189.91 -
System Red Green Blue C M Y K H S L
Decimal 197 74 69 0 0.62 0.65 0.23 2.34 0.52 0.52
Hex C5 4A 45 0 3E 41 17 2 34 34
Octal 305 112 105 0 76 101 27 2 64 64
Binary 11000101 1001010 1000101 0 111110 1000001 10111 10 110100 110100

Color Harmonies of #C54A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A45

Black with #C54A45

Text Example


Text Example

White with #C54A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A45; }

 p { color: rgb(197,74,69); }

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

background-color css

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

 a { background-color: rgb(197,74,69); }

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

border-color css

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

 span { border-color: rgb(197,74,69); }

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