Html Css Color HEX #C1654F Flame Pea

📋 copy color: '#C1654F'

red 193 ◦ green 101 ◦ blue 79

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

Shades of Flame Pea #C1654F

Tints of Flame Pea #C1654F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.18%

R = 51.74%
G = 27.08%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1654F (or 0xC1654F) is known color: Flame Pea. HEX triplet: C1, 65 and 4F. RGB value is (193,101,79). Sum of RGB (Red+Green+Blue) = 193+101+79=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 79 (31.25% from 255 or 21.18% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1654F is #3E9AB0. Grayscale: #7E7E7E. Windows color (decimal): -4102833 or 5203393. OLE color: 5203393.

HSL color Cylindrical-coordinate representation of color #C1654F: hue angle of 11.58º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1654F is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 101 79 -
CMYK 0 0.48 0.59 0.24
HSL 11.58º 0.48% 0.53% -
HSV(B) 11.58º 0.59% 0.76% -
XYZ 28.06 21.21 10.01 -
YUV 126 101.48 175.79 -
System Red Green Blue C M Y K H S L
Decimal 193 101 79 0 0.48 0.59 0.24 11.58 0.48 0.53
Hex C1 65 4F 0 30 3B 18 C 30 35
Octal 301 145 117 0 60 73 30 14 60 65
Binary 11000001 1100101 1001111 0 110000 111011 11000 1100 110000 110101

Color Harmonies of #C1654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1654F

Black with #C1654F

Text Example


Text Example

White with #C1654F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1654F; }

 p { color: rgb(193,101,79); }

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

background-color css

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

 a { background-color: rgb(193,101,79); }

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

border-color css

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

 span { border-color: rgb(193,101,79); }

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