Html Css Color HEX #C1664E Flame Pea

📋 copy color: '#C1664E'

red 193 ◦ green 102 ◦ blue 78

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

Shades of Flame Pea #C1664E

Tints of Flame Pea #C1664E

RGB

 RED value IS 193 (75.78% from 255) = 51.74%

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

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

R = 51.74%
G = 27.35%
B = 20.91%

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

#C1664E (or 0xC1664E) is known color: Flame Pea. HEX triplet: C1, 66 and 4E. RGB value is (193,102,78). Sum of RGB (Red+Green+Blue) = 193+102+78=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 78 (30.86% from 255 or 20.91% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1664E is #3E99B1. Grayscale: #7E7E7E. Windows color (decimal): -4102578 or 5138113. OLE color: 5138113.

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

Color convert

RGB 193 102 78 -
CMYK 0 0.47 0.60 0.24
HSL 12.52º 0.48% 0.53% -
HSV(B) 12.52º 0.6% 0.76% -
XYZ 28.12 21.39 9.85 -
YUV 126.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 193 102 78 0 0.47 0.60 0.24 12.52 0.48 0.53
Hex C1 66 4E 0 2F 3C 18 D 30 35
Octal 301 146 116 0 57 74 30 15 60 65
Binary 11000001 1100110 1001110 0 101111 111100 11000 1101 110000 110101

Color Harmonies of #C1664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1664E

Black with #C1664E

Text Example


Text Example

White with #C1664E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1664E; }

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

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

background-color css

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

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

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

border-color css

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

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

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