Html Css Color HEX #C4654C Flame Pea

📋 copy color: '#C4654C'

red 196 ◦ green 101 ◦ blue 76

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

Shades of Flame Pea #C4654C

Tints of Flame Pea #C4654C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 52.55%
G = 27.08%
B = 20.38%

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

#C4654C (or 0xC4654C) is known color: Flame Pea. HEX triplet: C4, 65 and 4C. RGB value is (196,101,76). Sum of RGB (Red+Green+Blue) = 196+101+76=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4654C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4654C is #3B9AB3. Grayscale: #7E7E7E. Windows color (decimal): -3906228 or 5006788. OLE color: 5006788.

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

Color convert

RGB 196 101 76 -
CMYK 0 0.48 0.61 0.23
HSL 12.5º 0.5% 0.53% -
HSV(B) 12.5º 0.61% 0.77% -
XYZ 28.72 21.56 9.49 -
YUV 126.56 99.47 177.53 -
System Red Green Blue C M Y K H S L
Decimal 196 101 76 0 0.48 0.61 0.23 12.5 0.5 0.53
Hex C4 65 4C 0 30 3D 17 C 32 35
Octal 304 145 114 0 60 75 27 14 62 65
Binary 11000100 1100101 1001100 0 110000 111101 10111 1100 110010 110101

Color Harmonies of #C4654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4654C

Black with #C4654C

Text Example


Text Example

White with #C4654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4654C; }

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

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

background-color css

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

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

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

border-color css

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

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

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