Html Css Color HEX #C26145 Flame Pea

📋 copy color: '#C26145'

red 194 ◦ green 97 ◦ blue 69

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

Shades of Flame Pea #C26145

Tints of Flame Pea #C26145

RGB

 RED value IS 194 (76.17% from 255) = 53.89%

 GREEN value IS 97 (38.28% from 255) = 26.94%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 53.89%
G = 26.94%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C26145 (or 0xC26145) is known color: Flame Pea. HEX triplet: C2, 61 and 45. RGB value is (194,97,69). Sum of RGB (Red+Green+Blue) = 194+97+69=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26145 is #3D9EBA. Grayscale: #7B7B7B. Windows color (decimal): -4038331 or 4547010. OLE color: 4547010.

HSL color Cylindrical-coordinate representation of color #C26145: hue angle of 13.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C26145 is Cyan = 0, Magento = 0.50, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 69 -
CMYK 0 0.50 0.64 0.24
HSL 13.44º 0.51% 0.52% -
HSV(B) 13.44º 0.64% 0.76% -
XYZ 27.6 20.45 8.12 -
YUV 122.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 194 97 69 0 0.50 0.64 0.24 13.44 0.51 0.52
Hex C2 61 45 0 32 40 18 D 33 34
Octal 302 141 105 0 62 100 30 15 63 64
Binary 11000010 1100001 1000101 0 110010 1000000 11000 1101 110011 110100

Color Harmonies of #C26145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26145

Black with #C26145

Text Example


Text Example

White with #C26145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26145; }

 p { color: rgb(194,97,69); }

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

background-color css

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

 a { background-color: rgb(194,97,69); }

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

border-color css

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

 span { border-color: rgb(194,97,69); }

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