Html Css Color HEX #C4654D Flame Pea

📋 copy color: '#C4654D'

red 196 ◦ green 101 ◦ blue 77

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

Shades of Flame Pea #C4654D

Tints of Flame Pea #C4654D

RGB

 RED value IS 196 (76.95% from 255) = 52.41%

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

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

R = 52.41%
G = 27.01%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4654D (or 0xC4654D) is known color: Flame Pea. HEX triplet: C4, 65 and 4D. RGB value is (196,101,77). Sum of RGB (Red+Green+Blue) = 196+101+77=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4654D is #3B9AB2. Grayscale: #7E7E7E. Windows color (decimal): -3906227 or 5072324. OLE color: 5072324.

HSL color Cylindrical-coordinate representation of color #C4654D: hue angle of 12.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4654D is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 77 -
CMYK 0 0.48 0.61 0.23
HSL 12.1º 0.5% 0.54% -
HSV(B) 12.1º 0.61% 0.77% -
XYZ 28.76 21.58 9.67 -
YUV 126.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 196 101 77 0 0.48 0.61 0.23 12.1 0.5 0.54
Hex C4 65 4D 0 30 3D 17 C 32 36
Octal 304 145 115 0 60 75 27 14 62 66
Binary 11000100 1100101 1001101 0 110000 111101 10111 1100 110010 110110

Color Harmonies of #C4654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4654D

Black with #C4654D

Text Example


Text Example

White with #C4654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4654D; }

 p { color: rgb(196,101,77); }

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

background-color css

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

 a { background-color: rgb(196,101,77); }

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

border-color css

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

 span { border-color: rgb(196,101,77); }

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