Html Css Color HEX #C6604C Flame Pea

📋 copy color: '#C6604C'

red 198 ◦ green 96 ◦ blue 76

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

Shades of Flame Pea #C6604C

Tints of Flame Pea #C6604C

RGB

 RED value IS 198 (77.73% from 255) = 53.51%

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 53.51%
G = 25.95%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6604C (or 0xC6604C) is known color: Flame Pea. HEX triplet: C6, 60 and 4C. RGB value is (198,96,76). Sum of RGB (Red+Green+Blue) = 198+96+76=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6604C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6604C is #399FB3. Grayscale: #7C7C7C. Windows color (decimal): -3776436 or 5005510. OLE color: 5005510.

HSL color Cylindrical-coordinate representation of color #C6604C: hue angle of 9.84º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6604C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 96 76 -
CMYK 0 0.52 0.62 0.22
HSL 9.84º 0.52% 0.54% -
HSV(B) 9.84º 0.62% 0.78% -
XYZ 28.78 20.89 9.35 -
YUV 124.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 198 96 76 0 0.52 0.62 0.22 9.84 0.52 0.54
Hex C6 60 4C 0 34 3E 16 A 34 36
Octal 306 140 114 0 64 76 26 12 64 66
Binary 11000110 1100000 1001100 0 110100 111110 10110 1010 110100 110110

Color Harmonies of #C6604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6604C

Black with #C6604C

Text Example


Text Example

White with #C6604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6604C; }

 p { color: rgb(198,96,76); }

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

background-color css

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

 a { background-color: rgb(198,96,76); }

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

border-color css

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

 span { border-color: rgb(198,96,76); }

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