Html Css Color HEX #C45D48 Flame Pea

📋 copy color: '#C45D48'

red 196 ◦ green 93 ◦ blue 72

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

Shades of Flame Pea #C45D48

Tints of Flame Pea #C45D48

RGB

 RED value IS 196 (76.95% from 255) = 54.29%

 GREEN value IS 93 (36.72% from 255) = 25.76%

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 54.29%
G = 25.76%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45D48 (or 0xC45D48) is known color: Flame Pea. HEX triplet: C4, 5D and 48. RGB value is (196,93,72). Sum of RGB (Red+Green+Blue) = 196+93+72=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C45D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45D48 is #3BA2B7. Grayscale: #797979. Windows color (decimal): -3908280 or 4742596. OLE color: 4742596.

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

Color convert

RGB 196 93 72 -
CMYK 0 0.53 0.63 0.23
HSL 10.16º 0.51% 0.53% -
HSV(B) 10.16º 0.63% 0.77% -
XYZ 27.85 20.03 8.53 -
YUV 121.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 196 93 72 0 0.53 0.63 0.23 10.16 0.51 0.53
Hex C4 5D 48 0 35 3F 17 A 33 35
Octal 304 135 110 0 65 77 27 12 63 65
Binary 11000100 1011101 1001000 0 110101 111111 10111 1010 110011 110101

Color Harmonies of #C45D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45D48

Black with #C45D48

Text Example


Text Example

White with #C45D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45D48; }

 p { color: rgb(196,93,72); }

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

background-color css

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

 a { background-color: rgb(196,93,72); }

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

border-color css

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

 span { border-color: rgb(196,93,72); }

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