Html Css Color HEX #C5624A Flame Pea

📋 copy color: '#C5624A'

red 197 ◦ green 98 ◦ blue 74

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

Shades of Flame Pea #C5624A

Tints of Flame Pea #C5624A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 53.39%
G = 26.56%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5624A (or 0xC5624A) is known color: Flame Pea. HEX triplet: C5, 62 and 4A. RGB value is (197,98,74). Sum of RGB (Red+Green+Blue) = 197+98+74=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5624A is #3A9DB5. Grayscale: #7D7D7D. Windows color (decimal): -3841462 or 4874949. OLE color: 4874949.

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

Color convert

RGB 197 98 74 -
CMYK 0 0.50 0.62 0.23
HSL 11.71º 0.51% 0.53% -
HSV(B) 11.71º 0.62% 0.77% -
XYZ 28.63 21.1 9.04 -
YUV 124.87 99.3 179.45 -
System Red Green Blue C M Y K H S L
Decimal 197 98 74 0 0.50 0.62 0.23 11.71 0.51 0.53
Hex C5 62 4A 0 32 3E 17 C 33 35
Octal 305 142 112 0 62 76 27 14 63 65
Binary 11000101 1100010 1001010 0 110010 111110 10111 1100 110011 110101

Color Harmonies of #C5624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5624A

Black with #C5624A

Text Example


Text Example

White with #C5624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5624A; }

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

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

background-color css

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

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

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

border-color css

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

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

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