Html Css Color HEX #C45B4D Flame Pea

📋 copy color: '#C45B4D'

red 196 ◦ green 91 ◦ blue 77

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

Shades of Flame Pea #C45B4D

Tints of Flame Pea #C45B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25%

 BLUE value IS 77 (30.47% from 255) = 21.15%

R = 53.85%
G = 25%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C45B4D (or 0xC45B4D) is known color: Flame Pea. HEX triplet: C4, 5B and 4D. RGB value is (196,91,77). Sum of RGB (Red+Green+Blue) = 196+91+77=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45B4D is #3BA4B2. Grayscale: #787878. Windows color (decimal): -3908787 or 5069764. OLE color: 5069764.

HSL color Cylindrical-coordinate representation of color #C45B4D: hue angle of 7.06º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45B4D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 91 77 -
CMYK 0 0.54 0.61 0.23
HSL 7.06º 0.5% 0.54% -
HSV(B) 7.06º 0.61% 0.77% -
XYZ 27.85 19.75 9.37 -
YUV 120.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 196 91 77 0 0.54 0.61 0.23 7.06 0.5 0.54
Hex C4 5B 4D 0 36 3D 17 7 32 36
Octal 304 133 115 0 66 75 27 7 62 66
Binary 11000100 1011011 1001101 0 110110 111101 10111 111 110010 110110

Color Harmonies of #C45B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45B4D

Black with #C45B4D

Text Example


Text Example

White with #C45B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45B4D; }

 p { color: rgb(196,91,77); }

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

background-color css

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

 a { background-color: rgb(196,91,77); }

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

border-color css

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

 span { border-color: rgb(196,91,77); }

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