Html Css Color HEX #C6644C Flame Pea

📋 copy color: '#C6644C'

red 198 ◦ green 100 ◦ blue 76

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

Shades of Flame Pea #C6644C

Tints of Flame Pea #C6644C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 52.94%
G = 26.74%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6644C (or 0xC6644C) is known color: Flame Pea. HEX triplet: C6, 64 and 4C. RGB value is (198,100,76). Sum of RGB (Red+Green+Blue) = 198+100+76=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 76 (30.08% from 255 or 20.32% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6644C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6644C is #399BB3. Grayscale: #7E7E7E. Windows color (decimal): -3775412 or 5006534. OLE color: 5006534.

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

Color convert

RGB 198 100 76 -
CMYK 0 0.49 0.62 0.22
HSL 11.8º 0.52% 0.54% -
HSV(B) 11.8º 0.62% 0.78% -
XYZ 29.15 21.64 9.48 -
YUV 126.57 99.47 178.95 -
System Red Green Blue C M Y K H S L
Decimal 198 100 76 0 0.49 0.62 0.22 11.8 0.52 0.54
Hex C6 64 4C 0 31 3E 16 C 34 36
Octal 306 144 114 0 61 76 26 14 64 66
Binary 11000110 1100100 1001100 0 110001 111110 10110 1100 110100 110110

Color Harmonies of #C6644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6644C

Black with #C6644C

Text Example


Text Example

White with #C6644C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6644C; }

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

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

background-color css

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

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

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

border-color css

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

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

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