Html Css Color HEX #C45A41 Flame Pea

📋 copy color: '#C45A41'

red 196 ◦ green 90 ◦ blue 65

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

Shades of Flame Pea #C45A41

Tints of Flame Pea #C45A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.64%

 BLUE value IS 65 (25.78% from 255) = 18.52%

R = 55.84%
G = 25.64%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C45A41 (or 0xC45A41) is known color: Flame Pea. HEX triplet: C4, 5A and 41. RGB value is (196,90,65). Sum of RGB (Red+Green+Blue) = 196+90+65=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A41 is #3BA5BE. Grayscale: #777777. Windows color (decimal): -3909055 or 4283076. OLE color: 4283076.

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

Color convert

RGB 196 90 65 -
CMYK 0 0.54 0.67 0.23
HSL 11.45º 0.53% 0.51% -
HSV(B) 11.45º 0.67% 0.77% -
XYZ 27.38 19.43 7.31 -
YUV 118.84 97.62 183.03 -
System Red Green Blue C M Y K H S L
Decimal 196 90 65 0 0.54 0.67 0.23 11.45 0.53 0.51
Hex C4 5A 41 0 36 43 17 B 35 33
Octal 304 132 101 0 66 103 27 13 65 63
Binary 11000100 1011010 1000001 0 110110 1000011 10111 1011 110101 110011

Color Harmonies of #C45A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A41

Black with #C45A41

Text Example


Text Example

White with #C45A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A41; }

 p { color: rgb(196,90,65); }

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

background-color css

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

 a { background-color: rgb(196,90,65); }

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

border-color css

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

 span { border-color: rgb(196,90,65); }

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