Html Css Color HEX #C45848 Flame Pea

📋 copy color: '#C45848'

red 196 ◦ green 88 ◦ blue 72

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

Shades of Flame Pea #C45848

Tints of Flame Pea #C45848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

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

R = 55.06%
G = 24.72%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C45848 (or 0xC45848) is known color: Flame Pea. HEX triplet: C4, 58 and 48. RGB value is (196,88,72). Sum of RGB (Red+Green+Blue) = 196+88+72=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C45848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45848 is #3BA7B7. Grayscale: #767676. Windows color (decimal): -3909560 or 4741316. OLE color: 4741316.

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

Color convert

RGB 196 88 72 -
CMYK 0 0.55 0.63 0.23
HSL 7.74º 0.51% 0.53% -
HSV(B) 7.74º 0.63% 0.77% -
XYZ 27.42 19.18 8.39 -
YUV 118.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 196 88 72 0 0.55 0.63 0.23 7.74 0.51 0.53
Hex C4 58 48 0 37 3F 17 8 33 35
Octal 304 130 110 0 67 77 27 10 63 65
Binary 11000100 1011000 1001000 0 110111 111111 10111 1000 110011 110101

Color Harmonies of #C45848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45848

Black with #C45848

Text Example


Text Example

White with #C45848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45848; }

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

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

background-color css

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

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

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

border-color css

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

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

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