Html Css Color HEX #C6614C Flame Pea

📋 copy color: '#C6614C'

red 198 ◦ green 97 ◦ blue 76

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

Shades of Flame Pea #C6614C

Tints of Flame Pea #C6614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 53.37%
G = 26.15%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6614C (or 0xC6614C) is known color: Flame Pea. HEX triplet: C6, 61 and 4C. RGB value is (198,97,76). Sum of RGB (Red+Green+Blue) = 198+97+76=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6614C is #399EB3. Grayscale: #7C7C7C. Windows color (decimal): -3776180 or 5005766. OLE color: 5005766.

HSL color Cylindrical-coordinate representation of color #C6614C: hue angle of 10.33º 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 #C6614C is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 76 -
CMYK 0 0.51 0.62 0.22
HSL 10.33º 0.52% 0.54% -
HSV(B) 10.33º 0.62% 0.78% -
XYZ 28.87 21.08 9.38 -
YUV 124.81 100.46 180.21 -
System Red Green Blue C M Y K H S L
Decimal 198 97 76 0 0.51 0.62 0.22 10.33 0.52 0.54
Hex C6 61 4C 0 33 3E 16 A 34 36
Octal 306 141 114 0 63 76 26 12 64 66
Binary 11000110 1100001 1001100 0 110011 111110 10110 1010 110100 110110

Color Harmonies of #C6614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6614C

Black with #C6614C

Text Example


Text Example

White with #C6614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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