Html Css Color HEX #C45942 Flame Pea

📋 copy color: '#C45942'

red 196 ◦ green 89 ◦ blue 66

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

Shades of Flame Pea #C45942

Tints of Flame Pea #C45942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 55.84%
G = 25.36%
B = 18.8%

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

#C45942 (or 0xC45942) is known color: Flame Pea. HEX triplet: C4, 59 and 42. RGB value is (196,89,66). Sum of RGB (Red+Green+Blue) = 196+89+66=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C45942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45942 is #3BA6BD. Grayscale: #767676. Windows color (decimal): -3909310 or 4348356. OLE color: 4348356.

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

Color convert

RGB 196 89 66 -
CMYK 0 0.55 0.66 0.23
HSL 10.62º 0.52% 0.51% -
HSV(B) 10.62º 0.66% 0.77% -
XYZ 27.32 19.27 7.43 -
YUV 118.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 196 89 66 0 0.55 0.66 0.23 10.62 0.52 0.51
Hex C4 59 42 0 37 42 17 B 34 33
Octal 304 131 102 0 67 102 27 13 64 63
Binary 11000100 1011001 1000010 0 110111 1000010 10111 1011 110100 110011

Color Harmonies of #C45942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45942

Black with #C45942

Text Example


Text Example

White with #C45942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45942; }

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

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

background-color css

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

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

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

border-color css

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

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

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