Html Css Color HEX #C45846 Flame Pea

📋 copy color: '#C45846'

red 196 ◦ green 88 ◦ blue 70

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

Shades of Flame Pea #C45846

Tints of Flame Pea #C45846

RGB

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

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

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

R = 55.37%
G = 24.86%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45846 (or 0xC45846) is known color: Flame Pea. HEX triplet: C4, 58 and 46. RGB value is (196,88,70). Sum of RGB (Red+Green+Blue) = 196+88+70=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C45846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45846 is #3BA7B9. Grayscale: #767676. Windows color (decimal): -3909562 or 4610244. OLE color: 4610244.

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

Color convert

RGB 196 88 70 -
CMYK 0 0.55 0.64 0.23
HSL 8.57º 0.52% 0.52% -
HSV(B) 8.57º 0.64% 0.77% -
XYZ 27.36 19.16 8.05 -
YUV 118.24 100.78 183.46 -
System Red Green Blue C M Y K H S L
Decimal 196 88 70 0 0.55 0.64 0.23 8.57 0.52 0.52
Hex C4 58 46 0 37 40 17 9 34 34
Octal 304 130 106 0 67 100 27 11 64 64
Binary 11000100 1011000 1000110 0 110111 1000000 10111 1001 110100 110100

Color Harmonies of #C45846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45846

Black with #C45846

Text Example


Text Example

White with #C45846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45846; }

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

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

background-color css

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

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

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

border-color css

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

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

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