Html Css Color HEX #C2604D Flame Pea

📋 copy color: '#C2604D'

red 194 ◦ green 96 ◦ blue 77

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

Shades of Flame Pea #C2604D

Tints of Flame Pea #C2604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

 BLUE value IS 77 (30.47% from 255) = 20.98%

R = 52.86%
G = 26.16%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2604D (or 0xC2604D) is known color: Flame Pea. HEX triplet: C2, 60 and 4D. RGB value is (194,96,77). Sum of RGB (Red+Green+Blue) = 194+96+77=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2604D is #3D9FB2. Grayscale: #7B7B7B. Windows color (decimal): -4038579 or 5071042. OLE color: 5071042.

HSL color Cylindrical-coordinate representation of color #C2604D: hue angle of 9.74º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2604D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 77 -
CMYK 0 0.51 0.60 0.24
HSL 9.74º 0.49% 0.53% -
HSV(B) 9.74º 0.6% 0.76% -
XYZ 27.77 20.37 9.49 -
YUV 123.14 101.97 178.54 -
System Red Green Blue C M Y K H S L
Decimal 194 96 77 0 0.51 0.60 0.24 9.74 0.49 0.53
Hex C2 60 4D 0 33 3C 18 A 31 35
Octal 302 140 115 0 63 74 30 12 61 65
Binary 11000010 1100000 1001101 0 110011 111100 11000 1010 110001 110101

Color Harmonies of #C2604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2604D

Black with #C2604D

Text Example


Text Example

White with #C2604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2604D; }

 p { color: rgb(194,96,77); }

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

background-color css

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

 a { background-color: rgb(194,96,77); }

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

border-color css

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

 span { border-color: rgb(194,96,77); }

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