Html Css Color HEX #C2664E Flame Pea

📋 copy color: '#C2664E'

red 194 ◦ green 102 ◦ blue 78

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

Shades of Flame Pea #C2664E

Tints of Flame Pea #C2664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.27%

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

R = 51.87%
G = 27.27%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2664E (or 0xC2664E) is known color: Flame Pea. HEX triplet: C2, 66 and 4E. RGB value is (194,102,78). Sum of RGB (Red+Green+Blue) = 194+102+78=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2664E is #3D99B1. Grayscale: #7E7E7E. Windows color (decimal): -4037042 or 5138114. OLE color: 5138114.

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

Color convert

RGB 194 102 78 -
CMYK 0 0.47 0.60 0.24
HSL 12.41º 0.49% 0.53% -
HSV(B) 12.41º 0.6% 0.76% -
XYZ 28.37 21.52 9.87 -
YUV 126.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 194 102 78 0 0.47 0.60 0.24 12.41 0.49 0.53
Hex C2 66 4E 0 2F 3C 18 C 31 35
Octal 302 146 116 0 57 74 30 14 61 65
Binary 11000010 1100110 1001110 0 101111 111100 11000 1100 110001 110101

Color Harmonies of #C2664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2664E

Black with #C2664E

Text Example


Text Example

White with #C2664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2664E; }

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

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

background-color css

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

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

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

border-color css

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

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

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