Html Css Color HEX #C45542 Flame Pea

📋 copy color: '#C45542'

red 196 ◦ green 85 ◦ blue 66

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

Shades of Flame Pea #C45542

Tints of Flame Pea #C45542

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.5%

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

R = 56.48%
G = 24.5%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C45542 (or 0xC45542) is known color: Flame Pea. HEX triplet: C4, 55 and 42. RGB value is (196,85,66). Sum of RGB (Red+Green+Blue) = 196+85+66=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C45542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45542 is #3BAABD. Grayscale: #747474. Windows color (decimal): -3910334 or 4347332. OLE color: 4347332.

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

Color convert

RGB 196 85 66 -
CMYK 0 0.57 0.66 0.23
HSL 8.77º 0.52% 0.51% -
HSV(B) 8.77º 0.66% 0.77% -
XYZ 27 18.63 7.33 -
YUV 116.02 99.77 185.04 -
System Red Green Blue C M Y K H S L
Decimal 196 85 66 0 0.57 0.66 0.23 8.77 0.52 0.51
Hex C4 55 42 0 39 42 17 9 34 33
Octal 304 125 102 0 71 102 27 11 64 63
Binary 11000100 1010101 1000010 0 111001 1000010 10111 1001 110100 110011

Color Harmonies of #C45542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45542

Black with #C45542

Text Example


Text Example

White with #C45542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45542; }

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

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

background-color css

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

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

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

border-color css

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

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

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