Html Css Color HEX #C1664D Flame Pea

📋 copy color: '#C1664D'

red 193 ◦ green 102 ◦ blue 77

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

Shades of Flame Pea #C1664D

Tints of Flame Pea #C1664D

RGB

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

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

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

R = 51.88%
G = 27.42%
B = 20.7%

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

#C1664D (or 0xC1664D) is known color: Flame Pea. HEX triplet: C1, 66 and 4D. RGB value is (193,102,77). Sum of RGB (Red+Green+Blue) = 193+102+77=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C1664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1664D is #3E99B2. Grayscale: #7E7E7E. Windows color (decimal): -4102579 or 5072577. OLE color: 5072577.

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

Color convert

RGB 193 102 77 -
CMYK 0 0.47 0.60 0.24
HSL 12.93º 0.48% 0.53% -
HSV(B) 12.93º 0.6% 0.76% -
XYZ 28.08 21.38 9.67 -
YUV 126.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 193 102 77 0 0.47 0.60 0.24 12.93 0.48 0.53
Hex C1 66 4D 0 2F 3C 18 D 30 35
Octal 301 146 115 0 57 74 30 15 60 65
Binary 11000001 1100110 1001101 0 101111 111100 11000 1101 110000 110101

Color Harmonies of #C1664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1664D

Black with #C1664D

Text Example


Text Example

White with #C1664D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1664D; }

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

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

background-color css

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

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

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

border-color css

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

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

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