Html Css Color HEX #C45842 Flame Pea

📋 copy color: '#C45842'

red 196 ◦ green 88 ◦ blue 66

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

Shades of Flame Pea #C45842

Tints of Flame Pea #C45842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.86%

R = 56%
G = 25.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C45842 (or 0xC45842) is known color: Flame Pea. HEX triplet: C4, 58 and 42. RGB value is (196,88,66). Sum of RGB (Red+Green+Blue) = 196+88+66=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C45842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45842 is #3BA7BD. Grayscale: #757575. Windows color (decimal): -3909566 or 4348100. OLE color: 4348100.

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

Color convert

RGB 196 88 66 -
CMYK 0 0.55 0.66 0.23
HSL 10.15º 0.52% 0.51% -
HSV(B) 10.15º 0.66% 0.77% -
XYZ 27.24 19.11 7.41 -
YUV 117.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 196 88 66 0 0.55 0.66 0.23 10.15 0.52 0.51
Hex C4 58 42 0 37 42 17 A 34 33
Octal 304 130 102 0 67 102 27 12 64 63
Binary 11000100 1011000 1000010 0 110111 1000010 10111 1010 110100 110011

Color Harmonies of #C45842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45842

Black with #C45842

Text Example


Text Example

White with #C45842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45842; }

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

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

background-color css

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

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

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

border-color css

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

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

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