Html Css Color HEX #C45747 Flame Pea

📋 copy color: '#C45747'

red 196 ◦ green 87 ◦ blue 71

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

Shades of Flame Pea #C45747

Tints of Flame Pea #C45747

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

 BLUE value IS 71 (28.13% from 255) = 20.06%

R = 55.37%
G = 24.58%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45747 (or 0xC45747) is known color: Flame Pea. HEX triplet: C4, 57 and 47. RGB value is (196,87,71). Sum of RGB (Red+Green+Blue) = 196+87+71=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C45747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45747 is #3BA8B8. Grayscale: #757575. Windows color (decimal): -3909817 or 4675524. OLE color: 4675524.

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

Color convert

RGB 196 87 71 -
CMYK 0 0.56 0.64 0.23
HSL 7.68º 0.51% 0.52% -
HSV(B) 7.68º 0.64% 0.77% -
XYZ 27.31 19.01 8.19 -
YUV 117.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 196 87 71 0 0.56 0.64 0.23 7.68 0.51 0.52
Hex C4 57 47 0 38 40 17 8 33 34
Octal 304 127 107 0 70 100 27 10 63 64
Binary 11000100 1010111 1000111 0 111000 1000000 10111 1000 110011 110100

Color Harmonies of #C45747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45747

Black with #C45747

Text Example


Text Example

White with #C45747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45747; }

 p { color: rgb(196,87,71); }

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

background-color css

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

 a { background-color: rgb(196,87,71); }

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

border-color css

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

 span { border-color: rgb(196,87,71); }

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