Html Css Color HEX #C45746 Flame Pea

📋 copy color: '#C45746'

red 196 ◦ green 87 ◦ blue 70

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

Shades of Flame Pea #C45746

Tints of Flame Pea #C45746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

 BLUE value IS 70 (27.73% from 255) = 19.83%

R = 55.52%
G = 24.65%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45746 (or 0xC45746) is known color: Flame Pea. HEX triplet: C4, 57 and 46. RGB value is (196,87,70). Sum of RGB (Red+Green+Blue) = 196+87+70=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C45746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45746 is #3BA8B9. Grayscale: #757575. Windows color (decimal): -3909818 or 4609988. OLE color: 4609988.

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

Color convert

RGB 196 87 70 -
CMYK 0 0.56 0.64 0.23
HSL 8.1º 0.52% 0.52% -
HSV(B) 8.1º 0.64% 0.77% -
XYZ 27.28 18.99 8.02 -
YUV 117.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 196 87 70 0 0.56 0.64 0.23 8.1 0.52 0.52
Hex C4 57 46 0 38 40 17 8 34 34
Octal 304 127 106 0 70 100 27 10 64 64
Binary 11000100 1010111 1000110 0 111000 1000000 10111 1000 110100 110100

Color Harmonies of #C45746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45746

Black with #C45746

Text Example


Text Example

White with #C45746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45746; }

 p { color: rgb(196,87,70); }

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

background-color css

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

 a { background-color: rgb(196,87,70); }

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

border-color css

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

 span { border-color: rgb(196,87,70); }

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