Html Css Color HEX #C5644B Flame Pea

📋 copy color: '#C5644B'

red 197 ◦ green 100 ◦ blue 75

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

Shades of Flame Pea #C5644B

Tints of Flame Pea #C5644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.88%

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

R = 52.96%
G = 26.88%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5644B (or 0xC5644B) is known color: Flame Pea. HEX triplet: C5, 64 and 4B. RGB value is (197,100,75). Sum of RGB (Red+Green+Blue) = 197+100+75=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C5644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5644B is #3A9BB4. Grayscale: #7E7E7E. Windows color (decimal): -3840949 or 4940997. OLE color: 4940997.

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

Color convert

RGB 197 100 75 -
CMYK 0 0.49 0.62 0.23
HSL 12.3º 0.51% 0.53% -
HSV(B) 12.3º 0.62% 0.77% -
XYZ 28.85 21.49 9.28 -
YUV 126.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 197 100 75 0 0.49 0.62 0.23 12.3 0.51 0.53
Hex C5 64 4B 0 31 3E 17 C 33 35
Octal 305 144 113 0 61 76 27 14 63 65
Binary 11000101 1100100 1001011 0 110001 111110 10111 1100 110011 110101

Color Harmonies of #C5644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5644B

Black with #C5644B

Text Example


Text Example

White with #C5644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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