Html Css Color HEX #C2654D Flame Pea

📋 copy color: '#C2654D'

red 194 ◦ green 101 ◦ blue 77

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

Shades of Flame Pea #C2654D

Tints of Flame Pea #C2654D

RGB

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

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

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

R = 52.15%
G = 27.15%
B = 20.7%

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

#C2654D (or 0xC2654D) is known color: Flame Pea. HEX triplet: C2, 65 and 4D. RGB value is (194,101,77). Sum of RGB (Red+Green+Blue) = 194+101+77=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2654D is #3D9AB2. Grayscale: #7E7E7E. Windows color (decimal): -4037299 or 5072322. OLE color: 5072322.

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

Color convert

RGB 194 101 77 -
CMYK 0 0.48 0.60 0.24
HSL 12.31º 0.49% 0.53% -
HSV(B) 12.31º 0.6% 0.76% -
XYZ 28.24 21.31 9.65 -
YUV 126.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 194 101 77 0 0.48 0.60 0.24 12.31 0.49 0.53
Hex C2 65 4D 0 30 3C 18 C 31 35
Octal 302 145 115 0 60 74 30 14 61 65
Binary 11000010 1100101 1001101 0 110000 111100 11000 1100 110001 110101

Color Harmonies of #C2654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2654D

Black with #C2654D

Text Example


Text Example

White with #C2654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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