Html Css Color HEX #C45741 Flame Pea

📋 copy color: '#C45741'

red 196 ◦ green 87 ◦ blue 65

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

Shades of Flame Pea #C45741

Tints of Flame Pea #C45741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.68%

R = 56.32%
G = 25%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45741 (or 0xC45741) is known color: Flame Pea. HEX triplet: C4, 57 and 41. RGB value is (196,87,65). Sum of RGB (Red+Green+Blue) = 196+87+65=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C45741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45741 is #3BA8BE. Grayscale: #757575. Windows color (decimal): -3909823 or 4282308. OLE color: 4282308.

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

Color convert

RGB 196 87 65 -
CMYK 0 0.56 0.67 0.23
HSL 10.08º 0.53% 0.51% -
HSV(B) 10.08º 0.67% 0.77% -
XYZ 27.13 18.93 7.23 -
YUV 117.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 196 87 65 0 0.56 0.67 0.23 10.08 0.53 0.51
Hex C4 57 41 0 38 43 17 A 35 33
Octal 304 127 101 0 70 103 27 12 65 63
Binary 11000100 1010111 1000001 0 111000 1000011 10111 1010 110101 110011

Color Harmonies of #C45741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45741

Black with #C45741

Text Example


Text Example

White with #C45741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45741; }

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

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

background-color css

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

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

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

border-color css

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

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

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