Html Css Color HEX #C5624B Flame Pea

📋 copy color: '#C5624B'

red 197 ◦ green 98 ◦ blue 75

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

Shades of Flame Pea #C5624B

Tints of Flame Pea #C5624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.27%

R = 53.24%
G = 26.49%
B = 20.27%

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

#C5624B (or 0xC5624B) is known color: Flame Pea. HEX triplet: C5, 62 and 4B. RGB value is (197,98,75). Sum of RGB (Red+Green+Blue) = 197+98+75=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C5624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5624B is #3A9DB4. Grayscale: #7D7D7D. Windows color (decimal): -3841461 or 4940485. OLE color: 4940485.

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

Color convert

RGB 197 98 75 -
CMYK 0 0.50 0.62 0.23
HSL 11.31º 0.51% 0.53% -
HSV(B) 11.31º 0.62% 0.77% -
XYZ 28.66 21.11 9.22 -
YUV 124.98 99.8 179.37 -
System Red Green Blue C M Y K H S L
Decimal 197 98 75 0 0.50 0.62 0.23 11.31 0.51 0.53
Hex C5 62 4B 0 32 3E 17 B 33 35
Octal 305 142 113 0 62 76 27 13 63 65
Binary 11000101 1100010 1001011 0 110010 111110 10111 1011 110011 110101

Color Harmonies of #C5624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5624B

Black with #C5624B

Text Example


Text Example

White with #C5624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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