Html Css Color HEX #C5604C Flame Pea

📋 copy color: '#C5604C'

red 197 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C5604C

Tints of Flame Pea #C5604C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 76 (30.08% from 255) = 20.6%

R = 53.39%
G = 26.02%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5604C (or 0xC5604C) is known color: Flame Pea. HEX triplet: C5, 60 and 4C. RGB value is (197,96,76). Sum of RGB (Red+Green+Blue) = 197+96+76=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C5604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5604C is #3A9FB3. Grayscale: #7C7C7C. Windows color (decimal): -3841972 or 5005509. OLE color: 5005509.

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

Color convert

RGB 197 96 76 -
CMYK 0 0.51 0.61 0.23
HSL 9.92º 0.51% 0.54% -
HSV(B) 9.92º 0.61% 0.77% -
XYZ 28.51 20.76 9.34 -
YUV 123.92 100.96 180.13 -
System Red Green Blue C M Y K H S L
Decimal 197 96 76 0 0.51 0.61 0.23 9.92 0.51 0.54
Hex C5 60 4C 0 33 3D 17 A 33 36
Octal 305 140 114 0 63 75 27 12 63 66
Binary 11000101 1100000 1001100 0 110011 111101 10111 1010 110011 110110

Color Harmonies of #C5604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5604C

Black with #C5604C

Text Example


Text Example

White with #C5604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5604C; }

 p { color: rgb(197,96,76); }

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

background-color css

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

 a { background-color: rgb(197,96,76); }

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

border-color css

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

 span { border-color: rgb(197,96,76); }

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