Html Css Color HEX #C45A46 Flame Pea

📋 copy color: '#C45A46'

red 196 ◦ green 90 ◦ blue 70

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

Shades of Flame Pea #C45A46

Tints of Flame Pea #C45A46

RGB

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

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

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

R = 55.06%
G = 25.28%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C45A46 (or 0xC45A46) is known color: Flame Pea. HEX triplet: C4, 5A and 46. RGB value is (196,90,70). Sum of RGB (Red+Green+Blue) = 196+90+70=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45A46 is #3BA5B9. Grayscale: #777777. Windows color (decimal): -3909050 or 4610756. OLE color: 4610756.

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

Color convert

RGB 196 90 70 -
CMYK 0 0.54 0.64 0.23
HSL 9.52º 0.52% 0.52% -
HSV(B) 9.52º 0.64% 0.77% -
XYZ 27.53 19.49 8.11 -
YUV 119.41 100.12 182.63 -
System Red Green Blue C M Y K H S L
Decimal 196 90 70 0 0.54 0.64 0.23 9.52 0.52 0.52
Hex C4 5A 46 0 36 40 17 A 34 34
Octal 304 132 106 0 66 100 27 12 64 64
Binary 11000100 1011010 1000110 0 110110 1000000 10111 1010 110100 110100

Color Harmonies of #C45A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A46

Black with #C45A46

Text Example


Text Example

White with #C45A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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