Html Css Color HEX #C26345 Flame Pea

📋 copy color: '#C26345'

red 194 ◦ green 99 ◦ blue 69

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

Shades of Flame Pea #C26345

Tints of Flame Pea #C26345

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

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

R = 53.59%
G = 27.35%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C26345 (or 0xC26345) is known color: Flame Pea. HEX triplet: C2, 63 and 45. RGB value is (194,99,69). Sum of RGB (Red+Green+Blue) = 194+99+69=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C26345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26345 is #3D9CBA. Grayscale: #7C7C7C. Windows color (decimal): -4037819 or 4547522. OLE color: 4547522.

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

Color convert

RGB 194 99 69 -
CMYK 0 0.49 0.64 0.24
HSL 14.4º 0.51% 0.52% -
HSV(B) 14.4º 0.64% 0.76% -
XYZ 27.78 20.82 8.19 -
YUV 123.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 194 99 69 0 0.49 0.64 0.24 14.4 0.51 0.52
Hex C2 63 45 0 31 40 18 E 33 34
Octal 302 143 105 0 61 100 30 16 63 64
Binary 11000010 1100011 1000101 0 110001 1000000 11000 1110 110011 110100

Color Harmonies of #C26345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26345

Black with #C26345

Text Example


Text Example

White with #C26345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26345; }

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

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

background-color css

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

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

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

border-color css

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

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

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