Html Css Color HEX #C2654E Flame Pea

📋 copy color: '#C2654E'

red 194 ◦ green 101 ◦ blue 78

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

Shades of Flame Pea #C2654E

Tints of Flame Pea #C2654E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 78 (30.86% from 255) = 20.91%

R = 52.01%
G = 27.08%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2654E (or 0xC2654E) is known color: Flame Pea. HEX triplet: C2, 65 and 4E. RGB value is (194,101,78). Sum of RGB (Red+Green+Blue) = 194+101+78=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2654E is #3D9AB1. Grayscale: #7E7E7E. Windows color (decimal): -4037298 or 5137858. OLE color: 5137858.

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

Color convert

RGB 194 101 78 -
CMYK 0 0.48 0.60 0.24
HSL 11.9º 0.49% 0.53% -
HSV(B) 11.9º 0.6% 0.76% -
XYZ 28.28 21.33 9.83 -
YUV 126.19 100.81 176.37 -
System Red Green Blue C M Y K H S L
Decimal 194 101 78 0 0.48 0.60 0.24 11.9 0.49 0.53
Hex C2 65 4E 0 30 3C 18 C 31 35
Octal 302 145 116 0 60 74 30 14 61 65
Binary 11000010 1100101 1001110 0 110000 111100 11000 1100 110001 110101

Color Harmonies of #C2654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2654E

Black with #C2654E

Text Example


Text Example

White with #C2654E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2654E; }

 p { color: rgb(194,101,78); }

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

background-color css

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

 a { background-color: rgb(194,101,78); }

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

border-color css

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

 span { border-color: rgb(194,101,78); }

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