Html Css Color HEX #C1654A Flame Pea

📋 copy color: '#C1654A'

red 193 ◦ green 101 ◦ blue 74

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

Shades of Flame Pea #C1654A

Tints of Flame Pea #C1654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.11%

R = 52.45%
G = 27.45%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1654A (or 0xC1654A) is known color: Flame Pea. HEX triplet: C1, 65 and 4A. RGB value is (193,101,74). Sum of RGB (Red+Green+Blue) = 193+101+74=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C1654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1654A is #3E9AB5. Grayscale: #7D7D7D. Windows color (decimal): -4102838 or 4875713. OLE color: 4875713.

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

Color convert

RGB 193 101 74 -
CMYK 0 0.48 0.62 0.24
HSL 13.61º 0.49% 0.52% -
HSV(B) 13.61º 0.62% 0.76% -
XYZ 27.88 21.14 9.09 -
YUV 125.43 98.98 176.2 -
System Red Green Blue C M Y K H S L
Decimal 193 101 74 0 0.48 0.62 0.24 13.61 0.49 0.52
Hex C1 65 4A 0 30 3E 18 E 31 34
Octal 301 145 112 0 60 76 30 16 61 64
Binary 11000001 1100101 1001010 0 110000 111110 11000 1110 110001 110100

Color Harmonies of #C1654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1654A

Black with #C1654A

Text Example


Text Example

White with #C1654A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1654A; }

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

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

background-color css

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

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

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

border-color css

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

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

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