Html Css Color HEX #C2624D Flame Pea

📋 copy color: '#C2624D'

red 194 ◦ green 98 ◦ blue 77

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

Shades of Flame Pea #C2624D

Tints of Flame Pea #C2624D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

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

R = 52.57%
G = 26.56%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2624D (or 0xC2624D) is known color: Flame Pea. HEX triplet: C2, 62 and 4D. RGB value is (194,98,77). Sum of RGB (Red+Green+Blue) = 194+98+77=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2624D is #3D9DB2. Grayscale: #7C7C7C. Windows color (decimal): -4038067 or 5071554. OLE color: 5071554.

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

Color convert

RGB 194 98 77 -
CMYK 0 0.49 0.60 0.24
HSL 10.77º 0.49% 0.53% -
HSV(B) 10.77º 0.6% 0.76% -
XYZ 27.96 20.74 9.55 -
YUV 124.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 194 98 77 0 0.49 0.60 0.24 10.77 0.49 0.53
Hex C2 62 4D 0 31 3C 18 B 31 35
Octal 302 142 115 0 61 74 30 13 61 65
Binary 11000010 1100010 1001101 0 110001 111100 11000 1011 110001 110101

Color Harmonies of #C2624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2624D

Black with #C2624D

Text Example


Text Example

White with #C2624D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2624D; }

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

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

background-color css

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

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

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

border-color css

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

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

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